A browser UI client for your SQLite database. 😸
- Python 🐍
- SQLite (Usually comes by default with Python) 🎲
- Create a
.env
file within the project root as follows
DATABASE_FILENAME="$YOUR_DATABASE_FILENAME"
- Install the dependencies
$ make install
- Run the server
$ make run
- Done! Now you should be able to access your client in the url http://localhost:8081/
Eder Lima |