# File lib/anemone/storage/sqlite3.rb, line 12 def initialize(file) @db = ::SQLite3::Database.new(file) create_schema end