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

https://github.com/tarsislimadev/clead

SQL at files
https://github.com/tarsislimadev/clead

database docker

Last synced: 2 months ago
JSON representation

SQL at files

Awesome Lists containing this project

README

          

# Clead DB

SQL for files

```sql
> select id, name, age from people;
returning `nothing to see`
```

```sql
> insert into people (name, age) values ('Janaina', '23');
inserting 1 object

> select * from people;
returning 1 object
```