| 20 | | A declarative layer on top of SQLAlchemy, which is intended to replace the |
| 21 | | ActiveMapper SQLAlchemy extension, and the TurboEntity project. Elixir is a |
| 22 | | fairly thin wrapper around SQLAlchemy, which provides the ability to define |
| 23 | | model objects following the Active Record design pattern, and using a DSL |
| 24 | | syntax similar to that of the Ruby on Rails ActiveRecord system. |
| | 20 | A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which |
| | 21 | provides the ability to define model objects following the Active Record |
| | 22 | design pattern, and using a DSL syntax similar to that of the Ruby on Rails |
| | 23 | ActiveRecord system. |