File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
## Install
10
10
11
11
``` bash
12
- npm install sqlitecloud
12
+ npm install sqlitecloud-js
13
13
```
14
14
15
15
## Usage
16
16
17
17
``` ts
18
- import { Database } from ' sqlitecloud'
18
+ import { Database } from ' sqlitecloud-js '
19
19
20
20
let database = new Database (' sqlitecloud://user:password@xxx.sqlite.cloud:8860/chinook.db' )
21
21
@@ -44,9 +44,9 @@ How can I contribute or suggest features?
44
44
45
45
[ build-img ] : https://github.com/sqlitecloud/sqlitecloud-js/actions/workflows/build-test-deploy.yml/badge.svg
46
46
[ build-url ] : https://github.com/sqlitecloud/sqlitecloud-js/actions/workflows/build-test-deploy.yml
47
- [ downloads-img ] : https://img.shields.io/npm/dt/sqlitecloud
48
- [ downloads-url ] : https://www.npmtrends.com/sqlitecloud
49
- [ npm-img ] : https://img.shields.io/npm/v/sqlitecloud
50
- [ npm-url ] : https://www.npmjs.com/package/sqlitecloud
47
+ [ downloads-img ] : https://img.shields.io/npm/dt/sqlitecloud-js
48
+ [ downloads-url ] : https://www.npmtrends.com/sqlitecloud-js
49
+ [ npm-img ] : https://img.shields.io/npm/v/sqlitecloud-js
50
+ [ npm-url ] : https://www.npmjs.com/package/sqlitecloud-js
51
51
[ issues-img ] : https://img.shields.io/github/issues/sqlitecloud/sqlitecloud-js
52
52
[ issues-url ] : https://github.com/sqlitecloud/sqlitecloud-js/issues
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " sqlitecloud" ,
3
- "version" : " 0.0.31 " ,
2
+ "name" : " sqlitecloud-js " ,
3
+ "version" : " 0.0.33 " ,
4
4
"description" : " SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"types" : " ./lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments