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 99## Install
1010
1111``` bash
12- npm install sqlitecloud
12+ npm install sqlitecloud-js
1313```
1414
1515## Usage
1616
1717``` ts
18- import { Database } from ' sqlitecloud'
18+ import { Database } from ' sqlitecloud-js '
1919
2020let database = new Database (' sqlitecloud://user:password@xxx.sqlite.cloud:8860/chinook.db' )
2121
@@ -44,9 +44,9 @@ How can I contribute or suggest features?
4444
4545[ build-img ] : https://github.com/sqlitecloud/sqlitecloud-js/actions/workflows/build-test-deploy.yml/badge.svg
4646[ 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
5151[ issues-img ] : https://img.shields.io/github/issues/sqlitecloud/sqlitecloud-js
5252[ issues-url ] : https://github.com/sqlitecloud/sqlitecloud-js/issues
Original file line number Diff line number Diff line change 11{
2- "name" : " sqlitecloud" ,
3- "version" : " 0.0.31 " ,
2+ "name" : " sqlitecloud-js " ,
3+ "version" : " 0.0.33 " ,
44 "description" : " SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients" ,
55 "main" : " ./lib/index.js" ,
66 "types" : " ./lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments