-
Name
-
sqlite3
-
Version
-
1.4.1
-
Platform
-
ruby
-
Authors
-
Jamis Buck
Luis Lavena
Aaron Patterson
-
Bindir
-
bin
-
Date
-
2019-04-29 00:00:00 UTC
-
Dependencies
-
minitest (~> 5.11, development)
rake-compiler (~> 1.0, development)
rake-compiler-dock (~> 0.6.0, development)
mini_portile (~> 0.6.2, development)
hoe-bundler (~> 1.0, development)
hoe-gemspec (~> 1.0, development)
rdoc (>= 4.0, < 7, development)
hoe (~> 3.17, development)
-
Description
-
This module allows Ruby programs to interface with the SQLite3
database engine (http://www.sqlite.org). 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.
-
Email
-
jamis@37signals.com
luislavena@gmail.com
aaron@tenderlovemaking.com
-
Extensions
-
ext/sqlite3/extconf.rb
-
Extra rdoc files
-
API_CHANGES.rdoc
CHANGELOG.rdoc
Manifest.txt
README.rdoc
ext/sqlite3/aggregator.c
ext/sqlite3/backup.c
ext/sqlite3/database.c
ext/sqlite3/exception.c
ext/sqlite3/sqlite3.c
ext/sqlite3/statement.c
-
Files
-
.gemtest
.travis.yml
API_CHANGES.rdoc
CHANGELOG.rdoc
ChangeLog.cvs
Gemfile
LICENSE
Manifest.txt
README.rdoc
Rakefile
appveyor.yml
ext/sqlite3/aggregator.c
ext/sqlite3/aggregator.h
ext/sqlite3/backup.c
ext/sqlite3/backup.h
ext/sqlite3/database.c
ext/sqlite3/database.h
ext/sqlite3/exception.c
ext/sqlite3/exception.h
ext/sqlite3/extconf.rb
ext/sqlite3/sqlite3.c
ext/sqlite3/sqlite3_ruby.h
ext/sqlite3/statement.c
ext/sqlite3/statement.h
faq/faq.rb
faq/faq.yml
lib/sqlite3.rb
lib/sqlite3/constants.rb
lib/sqlite3/database.rb
lib/sqlite3/errors.rb
lib/sqlite3/pragmas.rb
lib/sqlite3/resultset.rb
lib/sqlite3/statement.rb
lib/sqlite3/translator.rb
lib/sqlite3/value.rb
lib/sqlite3/version.rb
rakelib/faq.rake
rakelib/gem.rake
rakelib/native.rake
rakelib/vendor_sqlite3.rake
setup.rb
test/helper.rb
test/test_backup.rb
test/test_collation.rb
test/test_database.rb
test/test_database_flags.rb
test/test_database_readonly.rb
test/test_database_readwrite.rb
test/test_deprecated.rb
test/test_encoding.rb
test/test_integration.rb
test/test_integration_aggregate.rb
test/test_integration_open_close.rb
test/test_integration_pending.rb
test/test_integration_resultset.rb
test/test_integration_statement.rb
test/test_result_set.rb
test/test_sqlite3.rb
test/test_statement.rb
test/test_statement_execute.rb
-
Homepage
-
https://github.com/sparklemotion/sqlite3-ruby
-
Licenses
-
BSD-3-Clause
-
Metadata
-
{"msys2_mingw_dependencies"=>"sqlite3"}
-
Rdoc options
-
--main
README.rdoc
-
Require paths
-
lib
-
Required ruby version
-
>= 1.8.7
-
Required rubygems version
-
>= 1.3.5
-
Rubygems version
-
3.0.1
-
Specification version
-
4
-
Summary
-
This module allows Ruby programs to interface with the SQLite3 database engine (http://www.sqlite.org)
-
Original platform
-
ruby
-
New platform
-
ruby