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
- Host: GitHub
- URL: https://github.com/darkterminal/turso-php-sdk-tutorial
- Owner: darkterminal
- Created: 2024-08-12T09:52:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-22T07:08:00.000Z (over 1 year ago)
- Last Synced: 2025-05-23T22:39:39.539Z (8 months ago)
- Language: PHP
- Homepage: https://www.youtube.com/playlist?list=PLZaIaMXfdrYx3lnZnn4lPp4rF3pR5n4o6
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
```