forgetsql-generate

Python module for easy SQL-database access

Install

All systems
curl cmd.cat/forgetsql-generate.sh
Debian Debian
apt-get install python-forgetsql
Ubuntu
apt-get install python-forgetsql
image/svg+xml Kali Linux
apt-get install python-forgetsql
Windows (WSL2)
sudo apt-get update sudo apt-get install python-forgetsql
Raspbian
apt-get install python-forgetsql

python-forgetsql

Python module for easy SQL-database access

forgetSQL is a Python module for accessing SQL databases by creating classes that maps SQL tables to objects, normally one class pr. SQL table. The idea is to forget everything about SQL and just worrying about normal classes and objects.