This repository has been archived by the owner on Mar 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
C/C++ binding for key/value storage #723
Comments
The possible solution is build go library that connect and manage boltdb and build this library with c-shared mode (see |
Hi @wingyplus, Do you want that FastoNoSQL support boltdb? I found that boltdb have many users, but i nothing know about it, this is something like investigation, need or not needed GUI for db? |
Hi all, i am wrote something like this in go:
and next in C:
and compile all it via:
I'am not super developer on Go, this is my first attempt to write something on it, what you think is it possible to use GO pointers in C code, now i have crash message:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, do you have some C/C++ binding for boltdb? I want to integrate your DB in FastoNoSQL.
The text was updated successfully, but these errors were encountered: