An open API service indexing awesome lists of open source software.

https://github.com/darkterminal/turso-php-sdk-tutorial

Turso PHP SDK YouTube Tutorial Playlist
https://github.com/darkterminal/turso-php-sdk-tutorial

Last synced: 9 days ago
JSON representation

Turso PHP SDK YouTube Tutorial Playlist

Awesome Lists containing this project

README

          

## Turso HTTP SDK for PHP

## Connect to db shell without auth

```shell
turso db shell http://127.0.0.1:8080
```

## Connect to db shell with auth

```shell
turso db shell $(echo "http://127.0.0.1:8080?auth_token=$DB_TOKEN")
```