Class: Baza::Driver::Sqlite3::Database
- Inherits:
-
Baza::Database
- Object
- Baza::Database
- Baza::Driver::Sqlite3::Database
- Defined in:
- lib/baza/driver/sqlite3/database.rb
Instance Attribute Summary
Attributes inherited from Baza::Database
Instance Method Summary collapse
Methods inherited from Baza::Database
#import_file!, #initialize, #name_changed?, #name_was, #save!, #table, #table_exists?, #tables, #to_param
Methods included from Baza::DatabaseModelFunctionality
Constructor Details
This class inherits a constructor from Baza::Database
Instance Method Details
#use ⇒ Object
2 3 4 |
# File 'lib/baza/driver/sqlite3/database.rb', line 2 def use # Dont do anything since the file only contains one database end |