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

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

Awesome Lists containing this project

README

          

```php
query('SELECT * FROM users');

while ($record = $result->fetchArray(SQLITE3_ASSOC)) {
print_r($record);
}
```