GameClay / ekvs

Embeddable key-value store database in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ekvs

Embeddable key-value store database.

This project was created to address the lack of key-value databases available in C. It was designed to be small, fast, and efficient.

Testing

This uses CSpec to test.

License

Unless otherwise stated in a file, this project is licensed under the Apache License, Version 2.0, the text of which can be found at the previous link, or in the LICENSE file.

Each code file has its license located at the top of the file. If any file is missing its license, it should be considered to be licensed under the Apache License, Version 2.0.

Limitations

  • Not thread-safe.
  • Not multi-process safe.
  • Limited testing and deployment.

Credits

Authors

Special Thanks

About

Embeddable key-value store database in C.

License:Apache License 2.0


Languages

Language:C 100.0%