Skip to content

linqingtao/tinytable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinytable

an in-memory database. Tables can be configured with xmls, for example demo/conf/users.xml. The database supports many interfaces, such as insert/get/set/add/dec/del/clear/find/size/begin/end/rank/queue_begin/queue_end... The functions are all multhi-thread safe. In the path demo/, demo.cpp shows how to use tinytable.

compile

autoreconf -fvi && ./configure --prefix=your_path && make && make install && cd client && make

About

an in-memory database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published