-
Name
-
sqlite3
-
Version
-
1.5.0.rc1
-
Platform
-
ruby
-
Authors
-
Jamis Buck
Luis Lavena
Aaron Patterson
-
Bindir
-
bin
-
Date
-
2022-07-05 00:00:00 UTC
-
Dependencies
-
mini_portile2 (~> 2.8.0)
minitest (~> 5.15, development)
rake-compiler (~> 1.2.0, development)
rake-compiler-dock (~> 1.2.1, development)
rdoc (>= 4.0, < 7, 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.
-
Extensions
-
ext/sqlite3/extconf.rb
-
Extra rdoc files
-
API_CHANGES.md
CHANGELOG.md
README.md
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
API_CHANGES.md
CHANGELOG.md
CONTRIBUTING.md
ChangeLog.cvs
Gemfile
LICENSE
LICENSE-DEPENDENCIES
README.md
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.md
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
ports/archives/sqlite-autoconf-3380500.tar.gz
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
-
{"homepage_uri"=>"https://github.com/sparklemotion/sqlite3-ruby", "bug_tracker_uri"=>"https://github.com/sparklemotion/sqlite3-ruby/issues", "documentation_uri"=>"https://www.rubydoc.info/gems/sqlite3", "changelog_uri"=>"https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "source_code_uri"=>"https://github.com/sparklemotion/sqlite3-ruby", "msys2_mingw_dependencies"=>"sqlite3", "rubygems_mfa_required"=>"true"}
-
Rdoc options
-
--main
README.md
-
Require paths
-
lib
-
Required ruby version
-
>= 1.9.2
-
Required rubygems version
-
> 1.3.1
-
Rubygems version
-
3.3.7
-
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