Database
The encapsulation of a connection to an SQLite3 in-memory database.
Open an in-memory database:
db = Amalgalite::MemoryDatabase.new
# File lib/amalgalite/memory_database.rb, line 11 def initialize super( ":memory:" ) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.