https://github.com/michalspano/databases-sqlite
https://github.com/michalspano/databases-sqlite
database sql sqlite sqlite3
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michalspano/databases-sqlite
- Owner: michalspano
- Created: 2021-09-04T18:12:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T19:25:14.000Z (over 4 years ago)
- Last Synced: 2025-12-26T16:42:48.420Z (6 months ago)
- Topics: database, sql, sqlite, sqlite3
- Language: SQL
- Homepage:
- Size: 36.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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`