Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rupurt/zdbc

A performance oriented ODBC & Arrow library for Zig
https://github.com/rupurt/zdbc

Last synced: 21 days ago
JSON representation

A performance oriented ODBC & Arrow library for Zig

Awesome Lists containing this project

README

        

# zdbc

A performance oriented [ODBC](https://github.com/microsoft/ODBC-Specification) & [Apache Arrow](https://arrow.apache.org) library for Zig

## Development

```shell
> nix develop -c $SHELL
```

```shell
> make
```

```shell
> make test
```

```shell
> make build
> make build.fast
> make build.small
> make build.safe
```

```shell
> make run
```

## Benchmarks

Coming soon...

## License

`zdbc` is released under the [MIT license](./LICENSE)