https://github.com/shubham1172/anton
Anton is a database management tool.
https://github.com/shubham1172/anton
flask postgresql python3
Last synced: 2 months ago
JSON representation
Anton is a database management tool.
- Host: GitHub
- URL: https://github.com/shubham1172/anton
- Owner: shubham1172
- License: gpl-2.0
- Created: 2017-08-15T11:39:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T19:04:51.000Z (over 7 years ago)
- Last Synced: 2025-03-21T11:33:20.507Z (over 1 year ago)
- Topics: flask, postgresql, python3
- Language: JavaScript
- Size: 585 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Anton
A database management tool built on top of Flask.
Abstract |
Documentation |
Getting started |
Features |
License

## Getting started
### Prerequisites
* python3
* postgresql (>=9.5 required)
### Installation
```sh
$ git clone https://github.com/shubham1172/anton/
$ cd anton
$ pip3 install -r requirements.txt
```
### Running
```sh
$ python3 app.py
```
The default port is 80. If you want to run it on a different port,
```sh
$ python3 app.py -p [port]
```
## Features
Anton helps you manage databases easily. It supports only PostgreSQL for now. The functionality is broadly divided into two use cases:
- Anton for developers
- Anton helps developers use databases in their apps without any hassles.
- With the rich API, any developer can get started with using a postgres database.

- Anton for SQLphobic users
- Anton provides a simple web interface to interact with data. No more SQLing.
- Easy to use UI makes life easy for Anton users.

The complete list of features can be found in the [documentation](https://goo.gl/XbmUoK).
## License
Anton is licensed under the [GNU General Public License v2.0](https://github.com/shubham1172/anton/blob/master/LICENSE).