Class: RDBI::Driver::SQLite3

Inherits:
RDBI::Driver
  • Object
show all
Defined in:
lib/rdbi/driver/sqlite3.rb,
lib/rdbi/driver/sqlite3.rb

Defined Under Namespace

Classes: Cursor, Database, Statement

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ SQLite3

Returns a new instance of SQLite3.



8
9
10
# File 'lib/rdbi/driver/sqlite3.rb', line 8

def initialize(*args)
  super(Database, *args)
end