StactiveRecord

StactiveRecord is a C++ library designed to make simple database use simple.
Download

StactiveRecord Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Butterfat, LLC
  • Publisher web site:
  • http://butterfat.net/wiki/Projects/StactiveRecord

StactiveRecord Tags


StactiveRecord Description

StactiveRecord is a C++ library designed to make simple database use simple. StactiveRecord is a C++ library designed to make simple database use simple. It was inspired by Ruby on Rail's Active Record, however, no similar look, feel, or performance is guaranteed.StactiveRecord uses an Object-relational mapping pattern to represent records as objects. It also provides persistent (basic) object relationships (one to many, many to many, one to one).Requirements:· libsqlite: SQLite C libs· mysql c libs: distributed with the mysql client program· postgres c libs: come with PostgreSQL coreCompileEnter the StactiveRecord directory and type: ./configureYou can use the following to see additional configuration options: ./configure --helpThen: makesu rootmake install


StactiveRecord Related Software