root / elixir / trunk / README

Revision 347, 0.7 kB (checked in by ged, 4 years ago)

removed trailing spaces

Line 
1-----
2About
3-----
4
5Elixir is a declarative layer on top of the `SQLAlchemy library
6<http://www.sqlalchemy.org/>`_. It is a fairly thin wrapper, which provides
7the ability to create simple Python classes that map directly to relational
8database tables (this pattern is often referred to as the Active Record design
9pattern), providing many of the benefits of traditional databases
10without losing the convenience of Python objects.
11
12Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the
13TurboEntity project but does not intend to replace SQLAlchemy's core features,
14and instead focuses on providing a simpler syntax for defining model objects
15when you do not need the full expressiveness of SQLAlchemy's manual mapper
16definitions.
Note: See TracBrowser for help on using the browser.