Setting up the environment:
```sh
export LIBSQL_STATIC_LIB_DIR=$(pwd)/../../.libs
```
Building the APIs:
```sh
cargo build
```
Running the tests:
```sh
cargo test
```
Running the benchmarks:
```sh
cargo bench
```
Run benchmarks and generate flamegraphs:
```console