Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crhntr/bsonschema
https://github.com/crhntr/bsonschema
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/crhntr/bsonschema
- Owner: crhntr
- License: mit
- Created: 2024-03-29T05:01:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-29T05:34:58.000Z (9 months ago)
- Last Synced: 2024-06-21T02:07:16.838Z (6 months ago)
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bsonschema [![Go Reference](https://pkg.go.dev/badge/github.com/crhntr/bsonschema.svg)](https://pkg.go.dev/github.com/crhntr/bsonschema)
I had a complex document schema to maintain. It was rough. So this should help.
It does not do migrations or anything. It is just a DSL for generating bson schema documents.
It is missing a lot of functionality.