@sqlite-list/sql-creator 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +30 -0
  2. package/index.js +1818 -0
  3. package/package.json +28 -0
package/README.md ADDED
@@ -0,0 +1,30 @@
1
+ \# node-cloud
2
+
3
+
4
+
5
+ Cloud data for JavaScript.
6
+
7
+
8
+
9
+ ```
10
+
11
+ npm i @node-cloud/create
12
+
13
+ ```
14
+
15
+
16
+
17
+ \## API
18
+
19
+
20
+
21
+ See <git+https://github.com/guilderguzman/node-cloud>.
22
+
23
+
24
+
25
+ \## License
26
+
27
+
28
+
29
+ Apache-2.0
30
+