Skip to content

asynched/sql-viewer

Repository files navigation

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

Releases

No releases published

Packages

No packages published