New top story on Hacker News: Show HN: Jinbase – Multi-model transactional embedded database
Show HN: Jinbase – Multi-model transactional embedded database 3 by alexrustic | 0 comments on Hacker News. Hi HN ! Alex here. I'm excited to show you Jinbase ( https://ift.tt/kpumWv4 ), my multi-model transactional embedded database. Almost a year ago, I introduced Paradict [1], my take on multi-format streaming serialization. Given its readability, the Paradict text format appears de facto as an interesting data format for config files. But using Paradict to manage config files would end up cluttering its programming interface and making it confusing for users who still have choices of alternative libraries (TOML, INI File, etc.) dedicated to config files. So I used Paradict as a dependency for KvF (Key-value file format) [2], a new project of mine that focuses on config files with sections. With its compact binary format, I thought Paradict would be an efficient dependency for a new project that would rely on I/O functions (such as Open, Read, Write, Seek, Tell and Close) to ...