React Native Expo SQLite local storage tutorial
In this post, we’ll look at how to use SQLite to store and persist data locally in our React Native and Expo apps. SQLite is supported by practically all mobile devices. To access it,...
In this post, we’ll look at how to use SQLite to store and persist data locally in our React Native and Expo apps. SQLite is supported by practically all mobile devices. To access it,...
About 100 million copies of the MySQL software have been downloaded or distributed during its lifetime, making it the most widely used open source database program in the world. Because MySQL solves key issues...
A pivot table in MySQL with dynamic headers. Assume we have a table of properties – ‘properties’ (script for its creation is provided below), and we need to do data transformation for the report....
1. Use numeric data type as primary key or foreign key Often beginners will design tables using string types as keys, and this will result in future performance when the data is large, so...
The company I work for happens to have to issue various certificates to many users, it would be very tiring if I had to input user names one by one. By generating the certificate...
There are various components provided by Joomla CMS to create forms, one of which is Fabric, but sometimes we also want to create our own custom forms for our own reasons, the form will...