module LiteRecord
Constants
- VERSION
Attributes
connection[RW]
Public Class Methods
configure(path)
click to toggle source
# File lib/lite_record.rb, line 11 def self.configure(path) self.connection = SQLite3::Database.new(path, results_as_hash: true) end