Description: Ruby bindings for the SQLite3 embedded database.
This module allows Ruby programs to interface with the SQLite3 database engine. You must have the SQLite engine installed in order to build this module.
Note that this module is only compatible with SQLite 3.6.16 or newer.
To Search:
File list (Check if you may need any files):
test
....\helper.rb
....\test_backup.rb
....\test_collation.rb
....\test_database.rb
....\test_database_readonly.rb
....\test_deprecated.rb
....\test_encoding.rb
....\test_integration.rb
....\test_integration_open_close.rb
....\test_integration_pending.rb
....\test_integration_resultset.rb
....\test_integration_statement.rb
....\test_result_set.rb
....\test_sqlite3.rb
....\test_statement.rb
....\test_statement_execute.rb
.travis.yml
Gemfile
Manifest.txt
Rakefile
README.rdoc
setup.rb
ext
...\sqlite3
...\.......\backup.c
...\.......\backup.h
...\.......\database.c
...\.......\database.h
...\.......\exception.c
...\.......\exception.h
...\.......\extconf.rb
...\.......\sqlite3.c
...\.......\sqlite3_ruby.h
...\.......\statement.c
...\.......\statement.h
lib
...\sqlite3
...\.......\constants.rb
...\.......\database.rb
...\.......\errors.rb
...\.......\pragmas.rb
...\.......\resultset.rb
...\.......\statement.rb
...\.......\translator.rb
...\.......\value.rb
...\.......\version.rb
...\sqlite3.rb
tasks
.....\faq.rake
.....\gem.rake
.....\native.rake
.....\vendor_sqlite3.rake