Object-Relational Mapping for work with Postgresql, inspired by http://sqlkorma.com/
-
Lightweight and transparent way to build sql
-
Minimization of mistakes and huge reduction of code at works with db
-
Declarative description of mapping object attributes to db fields
-
Supports partitioning ( Not supported but can be implemented through callbacks) TODO
-
Supports sharding ( Not supported but can be implemented through callbacks) TODO
- eorm - base module for declate entities
- eorm_object - helper module for a work with objects
- eorm_db - module for a work with db
For details see:
- make test