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

https://github.com/softprops/zig-mongodb

a native zig mongodb driver
https://github.com/softprops/zig-mongodb

Last synced: about 1 year ago
JSON representation

a native zig mongodb driver

Awesome Lists containing this project

README

          


zig mongodb


A Zig driver for MongoDB

---

[![CI](https://github.com/softprops/zig-mongodb/actions/workflows/ci.yml/badge.svg)](https://github.com/softprops/zig-mongodb/actions/workflows/ci.yml) ![License Info](https://img.shields.io/github/license/softprops/zig-mongodb) ![Release](https://img.shields.io/github/v/release/softprops/zig-mongodb) [![Zig Support](https://img.shields.io/badge/zig-0.13.0-black?logo=zig)](https://ziglang.org/documentation/0.13.0/)

A work in progress

## 🥹 for budding ziglings

Does this look interesting but you're new to zig and feel left out? No problem, zig is young so most us of our new are as well. Here are some resources to help get you up to speed on zig

- [the official zig website](https://ziglang.org/)
- [zig's one-page language documentation](https://ziglang.org/documentation/0.13.0/)
- [ziglearn](https://ziglearn.org/)
- [ziglings exercises](https://github.com/ratfactor/ziglings)

\- softprops 2024