Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/itchio/hades
- Owner: itchio
- Created: 2018-04-20T11:30:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T17:35:41.000Z (almost 5 years ago)
- Last Synced: 2024-06-21T03:20:35.078Z (7 months ago)
- Language: Go
- Size: 112 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.