SkillAgentSearch skills...

Kvdb

A embeddable Key-Value Database and Full Text Search

Install / Use

/learn @dinhvh/Kvdb
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

kvdb

This library implements:

  • a Key Value Store,
  • an ordered Key Value Store,
  • a Full Text Search Index.

It targets embedded platforms where there are memory, disk and file descriptors constraints. The API are available in C and Objective-C.

kvdb

A Key-Value Database.

  • Use only one file
  • Low memory usage
  • Good performance

kvdbo

An ordered Key-Value Database.

  • Use only one file
  • Low memory usage
  • Good performance
  • Keys can be iterated in lexicographical order

sfts

A Simple Full Text Search.

  • Use only one file
  • Low memory usage
  • Good performance
  • Unicode support

Examples

View on GitHub
GitHub Stars139
CategoryData
Updated24d ago
Forks21

Languages

C

Security Score

80/100

Audited on Mar 3, 2026

No findings