UNPKG
turso
Version:
latest (0.6.0)
next (0.7.0-pre.4)
0.7.0-pre.4
0.7.0-pre.3
0.7.0-pre.2
0.7.0-pre.1
0.6.0
0.6.0-pre.31
0.6.0-pre.29
0.6.0-pre.27
0.6.0-pre.26
0.6.0-pre.25
0.6.0-pre.24
0.6.0-pre.23
0.6.0-pre.22
0.6.0-pre.21
0.1.0
0.0.1
Build and manage your Turso database with ease.
github.com/SimplyMethod/turso
SimplyMethod/turso
turso
/
test.ts
8 lines
(4 loc)
•
175 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
TursoClient
}
from
'.'
;
const
client =
new
TursoClient
(process.
env
.
TURSO_API_TOKEN
!);
const
{ locations } =
await
client.
locations
.
list
();
console
.
log
(locations);