Tweak databases/p5-Amazon-SimpleDB version 0.03_1
[dports.git] / databases / rubygem-activerecord52 / pkg-descr
1 Active Record connects classes to relational database tables to establish an
2 almost zero-configuration persistence layer for applications. The library
3 provides a base class that, when subclassed, sets up a mapping between the new
4 class and an existing table in the database. In the context of an application,
5 these classes are commonly referred to as models. Models can also be connected
6 to other models; this is done by defining associations.
7
8 Active Record relies heavily on naming in that it uses class and association
9 names to establish mappings between respective database tables and foreign key
10 columns. Although these mappings can be defined explicitly, it's recommended to
11 follow naming conventions, especially when getting started with the library.
12
13 WWW: https://rubyonrails.org/
14 WWW: https://github.com/rails/rails/tree/master/activerecord