Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jansoren authored Oct 25, 2024
1 parent 4436e5d commit 60a89e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<img align="right" src="/filelize.jpg" alt="Filelize" width="160" height="160">

Filelize is a lightweight database that simplifies writing and reading data into human-readable files, requiring just one line of code. As highlighted in (Navigate Early Development | Simplify Data Storage)[https://medium.com/@jtbsorensen/navigate-early-development-simplify-data-storage-c76013878cb4], Filelize focuses on reducing development overhead and optimizing data storage practices.
Filelize is a lightweight database that simplifies writing and reading data into human-readable files, requiring just one line of code. As highlighted in [Navigate Early Development | Simplify Data Storage](https://medium.com/@jtbsorensen/navigate-early-development-simplify-data-storage-c76013878cb4), Filelize focuses on reducing development overhead and optimizing data storage practices.

One of the biggest advantages is in the annotations and methods provided, eliminating the need for repetitive boilerplate code. Additionally, it offers flexibility with options for both single and multiple file storage, giving an easy way to work with very large collections distributed among multiple files.
Filelize is most commonly used to save files as json for [Test Data Setup](https://github.com/filelize/filelize-java?tab=readme-ov-file#filelize-for-test-data-setup) or when a full-fledged database isn't necessary.
Expand Down

0 comments on commit 60a89e8

Please sign in to comment.