Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyleterry/goleg
Go bindings for liboleg
https://github.com/kyleterry/goleg
Last synced: 14 days ago
JSON representation
Go bindings for liboleg
- Host: GitHub
- URL: https://github.com/kyleterry/goleg
- Owner: kyleterry
- Created: 2014-07-14T05:04:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-14T06:20:01.000Z (over 10 years ago)
- Last Synced: 2024-04-14T22:28:10.088Z (7 months ago)
- Language: Go
- Homepage:
- Size: 108 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Goleg - Go bindings for liboleg
Goleg is a library/wrapper/bindings/wrabings/bindpers of liboleg/OlegDB.
You can either use the direct lowlevel bindings (wrapper.go) as they have very similar apis to the [original library itself](https://olegdb.org/docs/0.1.0/en/documentation.html#functions) or use the more convenient high-level ones (highlevel.go).
##FAQ
###What the hell is OlegDB?
[OlegDB](https://olegdb.org) is a k/v store database that tries to be awful, but the programmers are terrible at writing awful code, so it's turning out quite well.
It's written in C89 + POSIX, so it will probably compile on anything decent without [50 thousand lines of code of compatibility hacks](http://opensslrampage.org/).. so there's that.###Who would ever use this anyway?
I don't know! But I've written a [Go frontend](https://github.com/hamcha/golegd) that can replace OlegDB's builtin one.. and is a little bit faster.