An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# SQL Viewer

A browser UI client for your SQLite database. 😸

## Preview

![Client running within the browser](sql_viewer/public/thumbnail.jpeg)

## 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.png?size=100) |
| ----------------------------------------------------- |
| [Eder Lima](https://github.com/Nxrth-x) |