Skip to content

Commit

Permalink
docs: fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
studiowebux committed Nov 15, 2024
1 parent d3c75a5 commit cf5908b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![JSR](https://jsr.io/badges/@studiowebux/petitedb)](https://jsr.io/@studiowebux/petitedb)

<p>The minimalistic NoSQL in-memory database</p>
<p>The minimalistic NoSQL in-memory/on-disk database</p>

<p align="center">
<a href="https://github.com/studiowebux/petitedb/issues">Report Bug</a>
Expand All @@ -17,13 +17,10 @@

## About

Simple JSON database in-memory and persist data into a JSON file.
Implement basics operations such as, `create`, `upsert`, `update`, `delete`, `read`, `find`.

* Manage data in memory
* Store and load data securely to/from JSON files
* Store and load data securely to/from a JSON file
* Core operations:
+ Create, update, Upsert, delete records
+ Create, update, upsert, delete records
+ Read and find specific records
* Ideal for test and offline applications

Expand Down

0 comments on commit cf5908b

Please sign in to comment.