Quickstart
Last updated
Last updated
First, you need to install DuckDB first, it is pretty easy, you can check this: .
DuckDB is an in-process database system and offers client APIs for several languages: .
The compatibility between BlockDuck and BlockDB varies across versions. Refer to the list below to identify the correct BlockDB version compatible with your chosen BlockDuck.
v0.5.0
v1.1.3
v0.6.0
v1.2.0
BlockDuck is one of available DuckDB community , so we can use INSTALL
and LOAD
to install it easily.
Next, we can verify whether the installation was successful by querying the version.