LiteRecord

Experimental basic ORM in Ruby that only support SQLite3.

Installation

Add this line to your application's Gemfile:

gem 'lite_record'

And then execute:

$ bundle

Or install it yourself as:

$ gem install lite_record

Configuration

require 'lite_record'

LiteRecord.configure('path_to_sqlite3_database.db')

Contributing

You're more than welcome to improve this work.

License

The gem is available as open source under the terms of the MIT License.