https://github.com/cryptix/golbstore
a simple package for storing blog posts in a database (currently mgo)
https://github.com/cryptix/golbstore
Last synced: about 1 year ago
JSON representation
a simple package for storing blog posts in a database (currently mgo)
- Host: GitHub
- URL: https://github.com/cryptix/golbstore
- Owner: cryptix
- License: mit
- Created: 2014-05-22T19:39:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-08T08:41:33.000Z (about 12 years ago)
- Last Synced: 2025-02-02T10:27:22.135Z (over 1 year ago)
- Language: Go
- Size: 156 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golbStore
a simple package for storing blog posts in a database. currently mgo is used.
originally this was part of @willnix' [tinkerBlog](https://github.com/willnix/tinkerBlog/tree/master/blog).
## TODO
- [ ] more stuff