Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelsbradleyjr/nim-cozo
Nim wrapper for CozoDB
https://github.com/michaelsbradleyjr/nim-cozo
Last synced: about 1 month ago
JSON representation
Nim wrapper for CozoDB
- Host: GitHub
- URL: https://github.com/michaelsbradleyjr/nim-cozo
- Owner: michaelsbradleyjr
- License: mpl-2.0
- Created: 2023-09-27T17:04:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-03T18:29:42.000Z (over 1 year ago)
- Last Synced: 2024-10-16T11:26:32.567Z (3 months ago)
- Language: Shell
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nim-cozo
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-blue.svg)](https://opensource.org/license/mpl-2-0)
[![Stability: experimental](https://img.shields.io/badge/Stability-experimental-orange.svg)](#stability)
[![Builds (GitHub Actions)](https://github.com/michaelsbradleyjr/nim-cozo/actions/workflows/builds.yml/badge.svg?branch=master)](https://github.com/michaelsbradleyjr/nim-cozo/actions?query=workflow%3ABuilds+branch%3Amaster)
[![codecov](https://codecov.io/github/michaelsbradleyjr/nim-cozo/branch/master/graph/badge.svg?token=7IYLT93PM3)](https://codecov.io/github/michaelsbradleyjr/nim-cozo)Nim wrapper for [CozoDB](https://github.com/cozodb/cozo#readme).
## Installation
Add `cozo` to a project's [`.nimble`](https://github.com/nim-lang/nimble#readme) file
```nim
requires "https://github.com/michaelsbradleyjr/nim-cozo#head"
```:construction: These instructions will be revised once changes in [`master`](https://github.com/michaelsbradleyjr/nim-cozo/tree/master) are included in a tagged version and the package has been published in the [Nim Package Directory](https://nimble.directory/).
[choosenim](https://github.com/dom96/choosenim#readme) is a convenient way to install the Nim compiler and tools, if you don't have them installed already.
## Versioning
nim-cozo will follow the [version number](https://github.com/cozodb/cozo/releases) of CozoDB once changes in [`master`](https://github.com/michaelsbradleyjr/nim-cozo/tree/master) are included in a tagged version.
## Stability
This package is currently experimental. Until it is marked as stable, it may be subject to breaking changes across patch and minor versions.
## License
nim-cozo is licensed and distributed under
* Mozilla Public License 2.0: [LICENSE](LICENSE) or [https://opensource.org/license/mpl-2-0](https://opensource.org/license/mpl-2-0)
the same as CozoDB. The contents of this repository may not be copied, modified, or distributed except according to those terms.