Metadata


Name
duckdb
Version
1.4.1.1
Platform
ruby
Authors
Masaki Suketa
Bindir
bin
Date
1980-01-02 00:00:00 UTC
Dependencies
bigdecimal (>= 3.1.4)
bundler (~> 2.3, development)
minitest (~> 5.0, development)
rake (~> 13.0, development)
rake-compiler (>= 0, development)
Description
This module is Ruby binding for DuckDB database engine. You must have the DuckDB engine installed to build/use this module.
Email
masaki.suketa@nifty.ne.jp
Extensions
ext/duckdb/extconf.rb
Files
.gitattributes
.github/FUNDING.yml
.github/workflows/make_documents.yml
.github/workflows/test_on_macos.yml
.github/workflows/test_on_ubuntu.yml
.github/workflows/test_on_windows.yml
.gitignore
.rdoc_options
CHANGELOG.md
CONTRIBUTION.md
Dockerfile
Gemfile
Gemfile.lock
LICENSE
README.md
Rakefile
benchmark/async_query.rb
benchmark/converter_hugeint_ips.rb
benchmark/get_converter_module_ips.rb
benchmark/to_intern_ips.rb
bin/console
bin/setup
docker-compose.yml
duckdb.gemspec
ext/duckdb/appender.c
ext/duckdb/appender.h
ext/duckdb/blob.c
ext/duckdb/blob.h
ext/duckdb/column.c
ext/duckdb/column.h
ext/duckdb/config.c
ext/duckdb/config.h
ext/duckdb/connection.c
ext/duckdb/connection.h
ext/duckdb/converter.h
ext/duckdb/conveter.c
ext/duckdb/database.c
ext/duckdb/database.h
ext/duckdb/duckdb.c
ext/duckdb/error.c
ext/duckdb/error.h
ext/duckdb/extconf.rb
ext/duckdb/extracted_statements.c
ext/duckdb/extracted_statements.h
ext/duckdb/instance_cache.c
ext/duckdb/instance_cache.h
ext/duckdb/logical_type.c
ext/duckdb/logical_type.h
ext/duckdb/pending_result.c
ext/duckdb/pending_result.h
ext/duckdb/prepared_statement.c
ext/duckdb/prepared_statement.h
ext/duckdb/result.c
ext/duckdb/result.h
ext/duckdb/ruby-duckdb.h
ext/duckdb/scalar_function.c
ext/duckdb/scalar_function.h
ext/duckdb/util.c
ext/duckdb/util.h
ext/duckdb/value_impl.c
ext/duckdb/value_impl.h
getduckdb.sh
lib/duckdb.rb
lib/duckdb/appender.rb
lib/duckdb/column.rb
lib/duckdb/config.rb
lib/duckdb/connection.rb
lib/duckdb/converter.rb
lib/duckdb/converter/int_to_sym.rb
lib/duckdb/database.rb
lib/duckdb/extracted_statements.rb
lib/duckdb/infinity.rb
lib/duckdb/instance_cache.rb
lib/duckdb/interval.rb
lib/duckdb/library_version.rb
lib/duckdb/logical_type.rb
lib/duckdb/pending_result.rb
lib/duckdb/prepared_statement.rb
lib/duckdb/result.rb
lib/duckdb/version.rb
sample/async_query.rb
sample/async_query_stream.rb
Homepage
https://github.com/suketa/ruby-duckdb
Licenses
MIT
Metadata
{"rubygems_mfa_required"=>"true", "homepage_uri"=>"https://github.com/suketa/ruby-duckdb", "source_code_uri"=>"https://github.com/suketa/ruby-duckdb", "changelog_uri"=>"https://github.com/suketa/ruby-duckdb/blob/master/CHANGELOG.md"}
Require paths
lib
Required ruby version
>= 3.2.0
Required rubygems version
>= 0
Rubygems version
3.6.9
Specification version
4
Summary
This module is Ruby binding for DuckDB database engine.
Original platform
ruby
New platform
ruby