Skip to content

Commit

Permalink
chore: added new database resources (#2120)
Browse files Browse the repository at this point in the history
Co-authored-by: Rupali Haldiya <[email protected]>
  • Loading branch information
SoulNikhar and rupali-codes authored Oct 29, 2023
1 parent 3a6ad27 commit 0a1ac44
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions database/backend/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,20 @@
"category": "backend",
"subcategory": "database"
},
{
"name": "PouchDB",
"description": "PouchDB is an open-source JavaScript database built for creating offline-first web and mobile applications. It enables applications to work both online and offline while seamlessly syncing data.",
"url": "https://pouchdb.com/",
"category": "backend",
"subcategory": "database"
},
{
"name": "RethinkDB",
"description": "RethinkDB is an open-source, distributed NoSQL database designed for real-time web applications. It offers real-time data updates and dynamic querying capabilities.",
"url": "https://rethinkdb.com/",
"category": "backend",
"subcategory": "database"
},
{
"name": "Yugabyte DB",
"description": "YugabyteDB is the 100% open source cloud native database for mission critical applications. YugabyteDB runs in any public or hybrid cloud.",
Expand Down

1 comment on commit 0a1ac44

@vercel
Copy link

@vercel vercel bot commented on 0a1ac44 Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.