Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 366 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 366 Bytes

iamdb

c++ language-based in-memory DB for Windows applications

iamdb

iamdb has a few spection features:

  • Hash optimization
  • Values can be accessed using pointer
  • File IO with versioning support
  • Transaction management through memory or files

License

iamdb may be freely distributed under the MIT license.

little by little when I have free time