-
Name
-
sqlite3
-
Version
-
1.6.4
-
Platform
-
ruby
-
Authors
-
Jamis Buck
Luis Lavena
Aaron Patterson
-
Bindir
-
bin
-
Date
-
2023-08-26 00:00:00 UTC
-
Dependencies
-
mini_portile2 (~> 2.8.0)
-
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
FAQ.md
Gemfile
INSTALLATION.md
LICENSE
LICENSE-DEPENDENCIES
README.md
dependencies.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
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-3430000.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_pragmas.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
-
>= 0
-
Rubygems version
-
3.4.19
-
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