Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rupurt/zdbc
- Owner: rupurt
- License: mit
- Created: 2024-02-09T07:42:15.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-13T01:21:17.000Z (9 months ago)
- Last Synced: 2024-10-10T14:39:03.302Z (about 1 month ago)
- Language: Zig
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)