https://github.com/ging-dev/turso-hrana-protobuf-php
https://github.com/ging-dev/turso-hrana-protobuf-php
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ging-dev/turso-hrana-protobuf-php
- Owner: ging-dev
- Created: 2024-10-23T19:18:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T10:16:46.000Z (over 1 year ago)
- Last Synced: 2025-03-24T02:21:46.536Z (10 months ago)
- Language: PHP
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```php
query('SELECT * FROM users');
while ($record = $result->fetchArray(SQLITE3_ASSOC)) {
print_r($record);
}
```