Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Why did not the query function? #78

Closed
swordflychen opened this issue Jun 25, 2014 · 2 comments
Closed

Why did not the query function? #78

swordflychen opened this issue Jun 25, 2014 · 2 comments

Comments

@swordflychen
Copy link

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

@BohuTANG
Copy link
Owner

@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.

BohuTANG

@BohuTANG
Copy link
Owner

#82

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants