Sha256: c015515df3cdeb549c3bb7a3bcd58b41a6345fbd5349ba301b98b564289c249a
Contents?: true
Size: 309 Bytes
Versions: 13
Compression:
Stored size: 309 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 __DIR__'task'
Version data entries
13 entries across 13 versions & 1 rubygems