Import security/py-yara version 3.4.0
[dports.git] / databases / py-Elixir / pkg-descr
1 A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which
2 provides the ability to define model objects following the Active Record
3 design pattern, and using a DSL syntax similar to that of the Ruby on Rails
4 ActiveRecord system.
5
6 Elixir does not intend to replace SQLAlchemy's core features, but instead
7 focuses on providing a simpler syntax for defining model objects when you do
8 not need the full expressiveness of SQLAlchemy's manual mapper definitions.
9
10 Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the
11 TurboEntity project.
12
13 WWW: http://elixir.ematia.de/