#relational database
Ordenar por:
Categoría:
A
Active Record : a useful tool
ActiveRecord is the package, inside Ruby on Rails developing framework, allowing the programmer to interact with a relational database. The core of the logic of ActiveRecord is an object representing a record of a relational database. Such an object contains a Ruby-Hash, in which are stored all its …
0
0