Simple object-relational mapper for Python and PostgreSQL
Project description
This ORM uses a very minimalistic approach. The general idea is that the database schema is defined elsewhere (writing the SQL directly, or using some specialized software), and all the transactions are implemented either as methods in sub-classes of “Database”, or as stored procedures.
This ORM allows you to very easily: (1) implement complex database transactions, (2) call stored procedures, (3) do simple queries. For complex queries you should use database views and stored procedures that return tables.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
CuriousORM-1.2.0.tar.gz
(7.0 kB
view details)
File details
Details for the file CuriousORM-1.2.0.tar.gz
.
File metadata
- Download URL: CuriousORM-1.2.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce61c1472cc560416ef617b1c9574b4ed1c1a9d3080c49c57f065fcb4f7566c6 |
|
MD5 | 7235cf997858859c39e79fc95e727d94 |
|
BLAKE2b-256 | 3bf17e9c77b074ee63f95fb232fdd522a0ffee6e3ff6f8f1c77b502b680da814 |