axiomatic

Python object database

Install

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

python-axiom

Python object database

Divmod Axiom is an object database, or alternatively, an object-relational mapper, implemented on top of Python. Its primary goal is to provide an object-oriented layer with the key aspects of OOP (Object Oriented Programming), i.e. polymorphism and message dispatch, without hindering the power of an RDBMS (Relational DataBase Management System). Axiom is a live database, not only an SQL generation tool: it includes an implementation of a scheduler service, external file references, automatic upgrades, robust failure handling, and Twisted integration. Axiom is tightly integrated with Twisted, and can store, start, and stop Twisted services directly from the database using the included 'axiomatic' command-line tool. Note: Axiom currently supports only SQLite and does NOT have any features for dealing with concurrency.