From 26ff9756d41d50072a8b9b50dcff579078dab0fc Mon Sep 17 00:00:00 2001 From: StokeBreakup <165694895+stokebreakup@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:05:06 -0300 Subject: [PATCH] pg --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ff622f..9a89b32 100644 --- a/README.md +++ b/README.md @@ -524,7 +524,8 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [Lovefield](https://google.github.io/lovefield) - Lovefield is a relational database for web apps, By Google. * [Dexie.js](https://github.com/dexie/Dexie.js) - Dexie.js is a wrapper library for indexedDB. * [proxy-web-storage](https://github.com/KID-joker/proxy-web-storage) - Keep the type of storage value unchanged and change array and object directly. Supports listening to the changes and setting expires. - +* [PostgreSQL Browser](https://github.com/datawan-labs/pg) - Browser PostgreSQL Playground, no server, just client and pglite (postgresql wasm) + ## Color * [randomColor](https://github.com/davidmerfield/randomColor) - A color generator for JavaScript.