https://github.com/raimonizard/rick-and-morty-db
Ricky Morty DB with some data from the tv show
https://github.com/raimonizard/rick-and-morty-db
database database-schema mysql mysql-database rickyandmorty
Last synced: about 1 month ago
JSON representation
Ricky Morty DB with some data from the tv show
- Host: GitHub
- URL: https://github.com/raimonizard/rick-and-morty-db
- Owner: raimonizard
- License: gpl-3.0
- Created: 2023-01-13T12:46:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-11T15:52:38.000Z (about 1 year ago)
- Last Synced: 2025-07-03T10:38:31.551Z (12 months ago)
- Topics: database, database-schema, mysql, mysql-database, rickyandmorty
- Homepage:
- Size: 281 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rick-and-morty-db
Database with some data of the **Ricky Morty** TV show.
It contains some lines extracted from the scripts of the show. So, the sentences that the characters say.
## Relational model diagram

## Datafiles
- [With header](/datafiles/RickAndMortyScripts.csv)
- [With NO header](/datafiles/ricky_morty_phrases.csv)
## DB Engines
- [Mysql](/mysql/create_db.sql)
- [SQLite](/sqlite/create_sqlite3db.sql)