Welcome to NativeQL! This software helps you interact with SQLite databases easily within your React Native apps. No programming experience is required. With NativeQL, managing data becomes a straightforward task.
Follow the steps below to download and set up NativeQL for your React Native application.
Visit the Releases Page:
Go to our Releases page to see the available versions of NativeQL.
Choose a Version:
On the Releases page, look for the latest release of NativeQL. Click on it to open the details.
Download the Application:
Under the release details, find the download link for your operating system. Click the link to start the download.
Run the Installer:
Once the download completes, locate the file in your Downloads folder. Open it to run the installer. Follow the prompts to complete the installation.
After installation, you can start using NativeQL in your React Native projects.
import NativeQL from 'nativeql';
const db = new NativeQL('your_database_name.sqlite');
For more detailed instructions and examples, refer to our full documentation available within the repository. Check the README files associated with each release for specific version details.
If you run into any issues or have questions, please feel free to open an issue on our GitHub repository. Our community is here to help you out.
NativeQL is licensed under the MIT License. You can use and modify it as per the license terms.
We welcome contributions! If you want to help improve NativeQL, please check our contribution guidelines in the repository. Join our community discussions to share ideas and get feedback.
Thank you for choosing NativeQL! We hope it makes your mobile development projects smoother and more enjoyable.