mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
added new declaration for retrodb and removed sqlite reference.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-new_cache_system@4804 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2504c0fd9a
commit
cf5158d2b0
5 changed files with 40 additions and 22 deletions
|
@ -7,8 +7,8 @@
|
|||
#include <set>
|
||||
|
||||
/*!
|
||||
* The idea of RsDb is to provide a means for Retroshare core and its services itself to maintain
|
||||
* easy to use random access files via a database
|
||||
* The idea of RsDb is to provide a means for Retroshare core and
|
||||
* its services itself to maintain easy to use random access files via a database
|
||||
* Especially for messages, rather than all data to memory
|
||||
* It models itself after android's sqlite functionality
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue