sqlite_scanner icon indicating copy to clipboard operation
sqlite_scanner copied to clipboard

DuckDB extension to read and write to SQLite databases

Results 46 sqlite_scanner issues
Sort by recently updated
recently updated
newest added

How could I bypass this error: ``` D LOAD 'extension/sqlite_scanner/sqlite_scanner.duckdb_extension'; Error: IO Error: Extension "extension/sqlite_scanner/sqlite_scanner.duckdb_extension" could not be loaded because its signature is either missing or invalid and unsigned extensions...

Following the build instructions in a fresh docker container (debian), from a git checkout of this repository: ```shell # on git commit 6828858bad186eaa69d965a544c1ccb30cf6ef42 root@248181cf905d:/data/sqlitescanner# ./duckdb/build/release/duckdb v0.4.1-dev169 cee035630 Enter ".help" for...

Hello, duckdb : 0.3.4 OS : Ubuntu 20.04 CPU : arm64 After building the extensions, I load the extensions and after I encounter this error. ``` D LOAD '../sqlitescanner/build/release/sqlite_scanner.duckdb_extension'; Error:...

Hello, before the ```make duckdb_release release ``` one needs to execute: ``` make ``` DK

### What happens? Hello - thank you so much for the work on `sqlite_scanner`, it's amazing to use this through DuckDB! Would it be possible to use DuckDB to query...

### What happens? I'm attempting to clone this repo to make changes. I cloned the repo, and initialized the duckdb submodule. When I run `make` it fails 82% of the...

Hi. Many thanks for all the work you are doing. I have a question about getting data from SQLite into Duckdb. In SQLite, I have tables/views with a massive amount...

question

### What happens? For a simple table generated with SQLite ``` sqlite> .open example.db sqlite> .schema CREATE TABLE Example(foo INTEGER PRIMARY KEY); ``` On loading with DuckDB the `PRIMARY KEY`...

Sqlite supports virtual file systems, this is a simple implementation, on top of demovfs, of the duckdb file system. This allows to read sqlite database, for example over http(s):// or...

### What happens? If the path the extension is built from has a space in it, configuring the build fails. Building from a path that does not contain whitespace does...