Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/itchio/hades

😈 sqlite persistence layer - backronym for "hades is not an ORM"
https://github.com/itchio/hades

Last synced: about 2 months ago
JSON representation

😈 sqlite persistence layer - backronym for "hades is not an ORM"

Awesome Lists containing this project

README

        

# hades

[![build status](https://git.itch.ovh/itchio/hades/badges/master/build.svg)](https://git.itch.ovh/itchio/hades/commits/master)
[![codecov](https://codecov.io/gh/itchio/hades/branch/master/graph/badge.svg)](https://codecov.io/gh/itchio/hades)
[![Go Report Card](https://goreportcard.com/badge/github.com/itchio/hades)](https://goreportcard.com/report/github.com/itchio/hades)
[![GoDoc](https://godoc.org/github.com/itchio/hades?status.svg)](https://godoc.org/github.com/itchio/hades)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/itchio/hades/blob/master/LICENSE)

hades is a persistence layer based on SQLite.

## License

Licensed under MIT License, see `LICENSE` for details.