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
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,13 @@
1
-
## SQL-to-NOSQL
1
+
###SQL-to-NOSQL
2
2
3
3
As the name suggests, **sql-to-nosql** lets you run SQL scripts on your NoSQL database.
4
4
5
-
## Status
6
-
7
-
---
5
+
### Status
8
6
9
7
The project is under active development and is not yet ready to use in production. I'm aiming to launch _v-1.0_ by November 2023 with some of the most common sql operations. 🤞
10
8
11
9
### Installation
12
10
13
-
---
14
-
15
11
```bash
16
12
npm insall sql-to-nosql
17
13
```
@@ -24,7 +20,7 @@ import { SqlToNoSql } from "sql-to-nosql";
0 commit comments