Skip to content

Commit 2d34f73

Browse files
Showing how to connect via API key
1 parent 2f0ee9c commit 2d34f73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ npm install @sqlitecloud/drivers
1818
import { Database } from '@sqlitecloud/drivers'
1919

2020
let database = new Database('sqlitecloud://user:password@xxx.sqlite.cloud:8860/chinook.sqlite')
21+
// or use sqlitecloud://xxx.sqlite.cloud:8860?apikey=xxxxxxx
2122

2223
let name = 'Breaking The Rules'
2324

0 commit comments

Comments
 (0)