@@ -29,7 +29,7 @@ await client.disconnect();
2929
3030### Client Options
3131
32- ` PGClient ` can be configured via a few options, ** including all options supported by ` node-postgres ` ** .
32+ ` PGClient ` supports ** all options supported by ` node-postgres ` ** , including the following .
3333
3434| Option | Type | Default | Description |
3535| :--------- | :-------- | :------ | :----------------------------------------------------------- |
@@ -74,7 +74,7 @@ await client.disconnect();
7474
7575### Client Options
7676
77- `MySQLClient` can be configured via a few options, **including all options supported by `mysql2`**.
77+ `MySQLClient` supports ** all options supported by `mysql2`**, including the following .
7878
7979| Option | Type | Default | Description |
8080| :--------- | :-------- | :------ | :------------------------------------------------------------------------------------- |
@@ -108,11 +108,7 @@ await client.disconnect();
108108
109109### Client Options
110110
111- ` MariaDBClient ` accepts all options supported by ` mariadb ` .
112-
113- | Option | Type | Default | Description |
114- | :--------------------- | :--- | :--------- | :---------------------------------------------------- |
115- | - | — | — | - |
111+ ` MariaDBClient ` supports ** all options supported by ` mariadb ` ** .
116112
117113::: tip Auto Pooling
118114MariaDBClient always runs on a connection pool.
@@ -124,7 +120,7 @@ _Live Queries for MariaDB **coming soon**._
124120
125121## FlashQL
126122
127- Use as an in place of SQLite, PGLite, and similar. Speaks both MySQL and PostgreSQL.
123+ Use in place of SQLite, PGLite, and similar. Speaks both MySQL and PostgreSQL.
128124
129125``` js
130126import { FlashQL } from ' @linked-db/linked-ql/flashql' ;
0 commit comments