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

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

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
![relational-model-diagram](/uml/rick_and_morty_db_rm.png)

## 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)