https://github.com/rupurt/zdbc
A performance oriented ODBC & Arrow library for Zig
https://github.com/rupurt/zdbc
Last synced: 9 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T01:21:17.000Z (over 2 years ago)
- Last Synced: 2025-02-05T06:46:24.341Z (over 1 year 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)