A database management tool built on top of Flask.
Abstract | Documentation | Getting started | Features | License
- python3
- postgresql (>=9.5 required)
$ git clone https://github.com/shubham1172/anton/
$ cd anton
$ pip3 install -r requirements.txt
$ python3 app.py
The default port is 80. If you want to run it on a different port,
$ python3 app.py -p [port]
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 for SQLphobic users
The complete list of features can be found in the documentation.
Anton is licensed under the GNU General Public License v2.0.