Skip to content

Commit

Permalink
Add PGlite
Browse files Browse the repository at this point in the history
  • Loading branch information
gamtiq committed Oct 20, 2024
1 parent 265da29 commit 7beb015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
* [Lowdb](https://github.com/typicode/lowdb) - a small local database for small projects (powered by lodash API).
* [nanoSQL](https://nanosql.io/) - universal database layer for the client, server & mobile devices. It's like Lego for databases.
* [NeDB](https://github.com/louischatriot/nedb) - embedded persistent or in memory database for Node.js, nw.js, Electron and browsers, 100% JavaScript, no binary dependency.
* [PGlite](https://pglite.dev/) - lightweight WASM Postgres with real-time, reactive bindings.
* [PouchDB](https://pouchdb.com/) - an open-source JavaScript database inspired by Apache CouchDB that is designed to run well within the browser. It enables applications to store data locally while offline, then synchronize it with CouchDB and compatible servers when the application is back online, keeping the user's data in sync no matter where they next login.
* [RxDB](https://rxdb.info/) - a realtime database for JavaScript applications. RxDB is a NoSQL-database for JavaScript applications like websites, hybrid apps, Electron-apps, Progressive Web Apps and NodeJs.
* [TingoDB](http://www.tingodb.com/) - an embedded JavaScript in-process filesystem or in-memory database upwards compatible with MongoDB at the API level.
Expand Down
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
- [Lowdb](https://github.com/typicode/lowdb) - 一个用于小型项目的小型本地数据库(由lodash API提供支持)。
- [nanoSQL](https://nanosql.io/) - 客户端、服务器和移动设备的通用数据库层。这就像数据库的乐高。
- [NeDB](https://github.com/louischatriot/nedb) - 嵌入持久或内存数据库,用于Node.js,nw.js,Electron和浏览器,100%JavaScript,无二进制依赖。
- [PGlite](https://pglite.dev/) - 具有实时、反应式绑定的轻量级 WASM Postgres。
- [PouchDB](https://pouchdb.com/) - 一个受Apache CouchDB启发的开源JavaScript数据库,旨在在浏览器中运行良好。它使应用程序能够在离线时在本地存储数据,然后在应用程序重新上线时将其与 CouchDB 和兼容服务器同步,无论用户下次登录何处,都能保持用户的数据同步。
- [RxDB](https://rxdb.info/) - JavaScript应用程序的实时数据库。RxDB是一个NoSQL数据库,用于JavaScript应用程序,如网站,混合应用程序,电子应用程序,渐进式Web应用程序和NodeJs。
- [TingoDB](http://www.tingodb.com/) - 一个嵌入式JavaScript进程内文件系统或内存数据库,在API级别与MongoDB兼容。
Expand Down

0 comments on commit 7beb015

Please sign in to comment.