8000 Release Initial Release: FlatFileDB · dabinuss/FlatFileDB · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Initial Release: FlatFileDB

Latest
Compare
Choose a tag to compare
@dabinuss dabinuss released this 21 Mar 11:27
· 21 commits to main since this release

FlatFileDB is a straightforward, file-based database solution for PHP that stores records in JSON lines, supports indexing, offers schema validation, and provides transaction-safe logging. Designed for small to medium projects, it removes the need for external database servers and ensures easy setup, portability, and maintenance. This first release introduces all the core features—CRUD operations, index management, compaction, and backups—allowing you to quickly integrate a robust yet lightweight data layer into your applications. Enjoy exploring FlatFileDB, and feel free to share your feedback!

0