Sha256: ac1e4805ee098e9233d3366544bc44bc47f54019b5144582d427af9f9932e6f5
Contents?: true
Size: 308 Bytes
Versions: 23
Compression:
Stored size: 308 Bytes
Contents
module TodoList # yeah, we're lazy Sequel::Model.plugin(:schema) # Uncomment the line for the DB you want to use. # Sqlite In memory, fastest, but cannot persist over restarts. DB = Sequel.sqlite # Sqlite on disk # DB = Sequel.sqlite(__DIR__('../todolist.sqlite')) end require 'model/task'
Version data entries
23 entries across 23 versions & 4 rubygems