sqlite2duckdb
Database converter
Converts one type of relational database to another with high reading efficiency.
convert sqlite database to duckdb database
11 stars
1 watching
0 forks
Language: Python
last commit: 6 months ago
Linked from 1 awesome list
duckdbpythonsqlite
Related projects:
Repository | Description | Stars |
---|---|---|
mause/duckdb_engine | Provides a SQLAlchemy driver for DuckDB, enabling Python developers to interact with the DuckDB database using standard SQL | 362 |
duckdb/dbt-duckdb | An adapter that enables dbt users to interact with DuckDB, a fast OLAP-style analytics database | 935 |
duckdb/duckdb-rs | An ergonomic Rust wrapper for DuckDB's C API | 520 |
alitrack/duckdb_fdw | A foreign data wrapper that connects PostgreSQL to DuckDB databases. | 347 |
simonw/sqlite-utils | A Python utility and library for manipulating SQLite databases. | 1,682 |
markroddy/duckdb-pytables | An extension for DuckDB that allows running SQL queries on arbitrary data sources using Python functions. | 84 |
rodabt/vduckdb | A V-language wrapper around the DuckDB database engine | 30 |
duckdb/duckdb_inet | A C++ implementation of a lightweight, self-contained, and network-capable relational database engine | 1 |
btrask/sqlheavy | Replaces SQLite's built-in b-tree with arbitrary storage engines from libkvstore. | 23 |
dfinke/psduckdb | A PowerShell module that enables seamless integration with DuckDB to execute analytical SQL queries directly from the PowerShell environment. | 43 |
db-art/mysql-statsd | Gathers statistics from MySQL and sends them to statsd. | 99 |
rupurt/odbc-scanner-duckdb-extension | An extension for DuckDB that enables reading data directly from databases supporting the ODBC interface. | 80 |
duckdb/duckdb-swift | A native Swift API for an analytical database system providing fast and reliable data analysis capabilities | 85 |
drizin/dapperquerybuilder | A wrapper around Dapper to simplify building dynamic SQL queries with parameterized strings | 523 |
phalcon/dd | Adds debug and logging helpers to a Phalcon application | 22 |