Best Flask open-source libraries and packages

Sql viewer

A browser UI client for your SQLite database.
Updated 3 months ago

SQL Viewer

A browser UI client for your SQLite database. 😸

Preview

Client running within the browser

Requirements

  1. Python 🐍
  2. SQLite (Usually comes by default with Python) 🎲

How to run 👨‍💻

  1. Create a .env file within the project root as follows
DATABASE_FILENAME="$YOUR_DATABASE_FILENAME"
  1. Install the dependencies
$ make install
  1. Run the server
$ make run
  1. Done! Now you should be able to access your client in the url http://localhost:8081/

Author

Eder Lima
Eder Lima