» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with SQLite + Ruby

Ruby SQLite GUI

Ruby SQLite GUI is a simple, cross platform SQLite database administration tool written in Ruby using the Ruby/GTK2 bindings for Gtk+ and ActiveRecord as the back-end. It is targeted towards Rails developers using SQLite instead of the larger mySQL, pgS

opensource: del.icio.us tag/opensource

SQLite-Ruby: Project Info

A Ruby interface for the SQLite database engine.

opensource: del.icio.us tag/opensource

HowtoUseSQLite in Ruby on Rails

Try sudo apt-get install libsqlite3-dev to get sqlite3 to work on Kubuntu

Kubuntu: del.icio.us/tag/kubuntu

Og (Object Graph)

Og (ObjectGraph) is a powerful object-relational mapping library. Og provides transparent serialization of object graphs to a RDBMS backend. Unlike other similar libraries Og maps standard Ruby objects to SQL tables and not vice versa. Og provides a meta language to describe the relations between objects, a flexible and intuitive api for querieng the database, raw access to the SQL language if needed (for example to fine tune the automatically generated SQL tables, or for custom queries), suports deserialization to Ruby objects or tuples, automatically generates join tables for many_to_many relations and provides a collection of usefull Mixins to synthesize common Entities.

Og is a combination of the best features of Active Record and the former O-R mapping library included in Nitro (NDB). Adapters for PostgreSQL, MySQL and SQLite are included.

Og is part of the Nitro project, released as a stand-alone library due to popular demand. You can find the ChangeLog in the Nitro distribution (nitro.rubyforge.org).