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
Copy file name to clipboardExpand all lines: README.md
+18-20Lines changed: 18 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,9 @@
5
5
6
6
This library is a lightweight Node.js client derived from `node-crate` for interacting with CrateDB via its **HTTP endpoint**. Unlike libraries such as `node-postgres`, which use the PostgreSQL wire protocol, this client communicates with CrateDB's native HTTP API.
7
7
8
-
> [!CAUTION] > **This library is primarily a proof of concept.**
8
+
> [!CAUTION]
9
9
> While it provides basic functionality to interact with CrateDB, it is not production-ready and lacks the robustness of established libraries.
10
-
>
11
-
> For production use, consider mature libraries like [`node-postgres`](https://node-postgres.com/) which leverage CrateDB's PostgreSQL compatibility. Use this client only for **testing, experimentation**, or if you know what you're doing. :wink:
10
+
> For production use, consider mature libraries like [`node-postgres`](https://node-postgres.com/) which leverage CrateDB's PostgreSQL compatibility.
12
11
13
12
## Installation
14
13
@@ -27,13 +26,16 @@ To use the `CrateDBClient`:
27
26
2. Instantiate it with your configuration options.
0 commit comments