Skip to content

GameClay/ekvs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages