Inspiration
To get started with SQLite, found this was the best opportunity.
What it does
This database contains two tables:
- The movies table will store information about movies, such as the title, year, genre, and rating.
- The cast table will store information about the cast of a movie, such as the actor's name and role. ## How we built it Used SQLite to build the database and the tables. ## Challenges we ran into I am very new to SQLite installing the software and getting started needed a little effort to put on. ## Accomplishments that we're proud of Was able to learn how to create databases, create tables and add values to the tables.
What's next for Movies Views Database
Add some more information about movies and populate the two tables.
Log in or sign up for Devpost to join the conversation.