You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://x.com/drizzleorm">Twitter</a> • by [Drizzle Team](https://drizzle.team)
5
5
6
-
Waddler is a thin SQL client on top of official DuckDB NodeJS driver with modern API inspired by `postgresjs` and based on ES6 Tagged Template Strings.
6
+
Waddler - is a thin SQL client on top of official DuckDB NodeJS driver with modern API inspired by [`postgresjs`](https://github.com/porsager/postgres) and based on ES6 Tagged Template Strings.
7
7
8
-
Waddler has a baked in database pooling which unlocks full potential of hosted DuckDB services like MotherDuck. It does create multiple database instances under the hood and lets you concurrently fetch data from the remote MotherDuck database.
8
+
> You don't need to learn an api for db clients; just use the `sql` template tag for everything
9
+
10
+
Waddler is our vision of a modern, all-in-one client for any database dialect.
11
+
It doesn't perform any specific mappings to or from a database, doesn't handle complex query building, and doesn't parse queries.
12
+
Waddler simply unifies communication with your database using any client you
13
+
choose - whether it's a simple TCP connection or an HTTP-based DB client.
14
+
15
+
We support all the dialects and drivers that [Drizzle](https://orm.drizzle.team/docs/get-started) supports
16
+
17
+
You can check a full list of clients you can use - [here](/docs/get-started)
0 commit comments