You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.
I saw the source code of nessDB. But I not find the implement of 'db_get', like this:
int db_get(struct nessdb *db, struct msg *k, struct msg *v)
{
(void)db;
(void)k;
(void)v;
return -1;
}
Now I want to query data in database, what should I do? @BohuTANG
The text was updated successfully, but these errors were encountered:
@swordflychen
The master branch is still working in process, so it SEEMS like a dev branch in some sense.
Now, I am working on transaction, so all of the 'search' will be added late.
I am very sorry for that the repo is not available now, thanks for your attention.
I saw the source code of nessDB. But I not find the implement of 'db_get', like this:
int db_get(struct nessdb *db, struct msg *k, struct msg *v)
{
(void)db;
(void)k;
(void)v;
Now I want to query data in database, what should I do?
@BohuTANG
The text was updated successfully, but these errors were encountered: