Skip to content
/ pyORM Public

Very slim, early stage, Python Object-Relational-Mapper - Targeting for extremely fast understanding, usability and simplicity!

License

Notifications You must be signed in to change notification settings

daringer/pyORM

Repository files navigation

pyORM

Now with fancy features!

Take a look at: https://github.com/daringer/pyORM/blob/master/example.py There you'll see how pyORM is able to save and load ANY python class-based data-structure (of arbitrary depth and complexity) into a relational database.

  • Totally transparent through your NOT specifically tailored class!
  • Absolute unintrusive! Not a single line has to be changed inside the class to be load and saved from the database. (currently only sqlite is supported)

But still in alpha stage, but we're getting there! Meanwhile, the following holds:

Very slim, early stage, Python Object-Relational-Mapper - Targeting for extremely fast understanding, usability and simplicity!

About

Very slim, early stage, Python Object-Relational-Mapper - Targeting for extremely fast understanding, usability and simplicity!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages