SQLite and MongoDB Database Management Tool for Unity

I am excited to share my latest Unity editor tool, designed to seamlessly manage both SQLite and MongoDB databases within your Unity projects. This tool allows you to perform full CRUD (Create, Read, Update, Delete) operations on your databases with ease.

With this tool, you can efficiently manage your SQLite databases, tables, and items. For MongoDB, upon connecting to your MongoDB Atlas database, the tool generates a JSON file based on your database structure. If this JSON file exists in your asset folder, you can open the MongoList View Window to perform CRUD operations.

To synchronize local changes with the cloud, use the “Send JSON to Cloud” button in the MongoList window. If you need to refresh the local JSON file based on your MongoDB Atlas data, use the “Update JSON File” button. Detailed instructions on using these functionalities are provided below. If you encounter any bugs or issues, please feel free to create an issue on the repository, send an email, or message me directly.

Your feedback is invaluable, and I look forward to hearing your thoughts and suggestions!

Repo Link