https://github.com/asynched/bike-stores-sqlite
A SQLite sample database of bike stores.
https://github.com/asynched/bike-stores-sqlite
database sample sqlite3
Last synced: about 1 month ago
JSON representation
A SQLite sample database of bike stores.
- Host: GitHub
- URL: https://github.com/asynched/bike-stores-sqlite
- Owner: asynched
- Created: 2023-12-04T04:29:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T04:30:43.000Z (over 2 years ago)
- Last Synced: 2025-12-26T19:42:37.904Z (6 months ago)
- Topics: database, sample, sqlite3
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bike-stores-sqlite
A SQLite sample database of bike stores taken from [SQLServer Tutorial](https://www.sqlservertutorial.net/sql-server-sample-database/).
## How to run?
### Requirements
- SQLite3
- Cat
### Steps
1. Clone this repository
```bash
git clone https://github.com/asynched/bike-stores-sqlite.git
```
2. Run the script
```bash
cat sql/create.sql | sqlite3 bike-stores.db
cat sql/insert.sql | sqlite3 bike-stores.db
```
3. Enjoy!
## Schema
