https://github.com/maxandersen/sakila-h2
h2 version of the Sakila database
https://github.com/maxandersen/sakila-h2
Last synced: about 1 year ago
JSON representation
h2 version of the Sakila database
- Host: GitHub
- URL: https://github.com/maxandersen/sakila-h2
- Owner: maxandersen
- Created: 2012-03-07T10:07:43.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T21:49:19.000Z (over 6 years ago)
- Last Synced: 2025-01-27T07:45:31.503Z (over 1 year ago)
- Language: TSQL
- Homepage:
- Size: 6.27 MB
- Stars: 12
- Watchers: 2
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Attempt to recreate Sakila database in h2.
# How to use
Start the database server: ./runh2.sh
Connect to it with: H2 (Server) and JDBC URL jdbc:h2:tcp://localhost/./sakila