https://github.com/asynched/sql-viewer
A browser UI client for your SQLite database.
https://github.com/asynched/sql-viewer
flask python sqlite tailwindcss
Last synced: 7 months ago
JSON representation
A browser UI client for your SQLite database.
- Host: GitHub
- URL: https://github.com/asynched/sql-viewer
- Owner: asynched
- Created: 2021-10-27T18:52:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T13:59:52.000Z (about 4 years ago)
- Last Synced: 2025-04-15T02:44:05.436Z (9 months ago)
- Topics: flask, python, sqlite, tailwindcss
- Language: Python
- Homepage: https://sqlite-viewer.herokuapp.com/
- Size: 521 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL Viewer
A browser UI client for your SQLite database. 😸
## Preview

## 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
```sh
DATABASE_FILENAME="$YOUR_DATABASE_FILENAME"
```
2. Install the dependencies
```sh
$ make install
```
3. Run the server
```sh
$ make run
```
4. Done! Now you should be able to access your client in the url http://localhost:8081/
## Author
|  |
| ----------------------------------------------------- |
| [Eder Lima](https://github.com/Nxrth-x) |