ChowNow / elixir

Elixir's git mirror from http://elixir.ematia.de/svn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This library was forked off of https://github.com/ifwe/elixir.git (commit 3cb0cdfd93a9930d5f4489411b12ec14e83d57fe)
to be modified for compatibility with Python 2 and 3.

To run unit tests, execute `tox`.

-----
About
-----

Elixir is a declarative layer on top of the `SQLAlchemy library
<http://www.sqlalchemy.org/>`_. It is a fairly thin wrapper, which provides
the ability to create simple Python classes that map directly to relational
database tables (this pattern is often referred to as the Active Record design
pattern), providing many of the benefits of traditional databases
without losing the convenience of Python objects.

Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the
TurboEntity project but does not intend to replace SQLAlchemy's core features,
and instead focuses on providing a simpler syntax for defining model objects
when you do not need the full expressiveness of SQLAlchemy's manual mapper
definitions.

About

Elixir's git mirror from http://elixir.ematia.de/svn

License:Other


Languages

Language:Python 100.0%