-
Hello,
DuckDB is a database similar to SQLite; it is a single-library database but includes many plugins. The SQL instructions are compatible with SQLite. I was curious to test it with Qt, so I wrote a driver for it. There aren’t many differences from SQLite because many methods are similar,
such as sqlite_column_count and duckdb_column_count.It is an alpha version.
https://github.com/piervalli/QtDuckdbPluginv2Trend of diffusion
-
Hi you might want to post it in the Showcase category
-
-
@piervalli Moved