Module: Sequel::DuckDB
- Defined in:
- lib/sequel/duckdb.rb,
lib/sequel/duckdb/version.rb,
lib/sequel/adapters/duckdb.rb,
lib/sequel/adapters/shared/duckdb.rb
Overview
DuckDB adapter module for Sequel
This module provides complete integration between Sequel and DuckDB, including:
- Connection management for file-based and in-memory databases
- SQL generation optimized for DuckDB's analytical capabilities
- Schema introspection and metadata access
- Data type mapping between Ruby and DuckDB types
- Transaction support with proper error handling
- Performance optimizations for analytical workloads
Defined Under Namespace
Modules: DatabaseMethods, DatasetMethods Classes: Database, Dataset, Error
Constant Summary collapse
- VERSION =
Version information for the sequel-duckdb gem
This constant contains the current version of the sequel-duckdb adapter. It follows semantic versioning (SemVer) conventions.
"0.1.0"