sqledit
Python tools and GUI application to view and edit databases content
Install
- All systems
-
curl cmd.cat/sqledit.sh
- Debian
-
apt-get install python-sqlkit
- Ubuntu
-
apt-get install python-sqlkit
- Kali Linux
-
apt-get install python-sqlkit
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-sqlkit
- Raspbian
-
apt-get install python-sqlkit
- Dockerfile
- dockerfile.run/sqledit
python-sqlkit
Python tools and GUI application to view and edit databases content
Main features of sqlkit: - editor of databases in 2 modes: table & mask - based on SQLAlchemy: can cope with many different databases - very powerful filtering capabilities: * each field can be used to filter visible records * date filtering possible also on relative basis (good for saved queries) - completion both on local same field and foreign key fields - very easy way to draw a layout for mask views - sqledit: Python script to edit db - completely effortless editing of relationships - very easy way to set defaults - possibility to display totals in numeric fields - constraints: any possible sql constraint can be attached to a Mask or a Table. It can be expressed as a normal SQLAlchemy query or with django-like syntax - completely localized - easy way to add hooks and validation