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

https://github.com/michalspano/databases-sqlite


https://github.com/michalspano/databases-sqlite

database sql sqlite sqlite3

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Work with SQLite

```bash
$ sqlite3 $DATABASE_PATH $QUERY_PATH
```

*`$DATABASE_PATH` represents the __relative__ path of the __database__ of type `.db`

*`$QUERY_PATH` represents the __relative__ path of the selected __query__ of type `.sql`