#SIMPLE DBMS
##Usage
To open, use the following command from the root of the project
bin/build/db <db_file_name>
###INSERT
To insert, type the following command:
insert <stb> <title> <provider> <date> <rev> <time>
###SELECT
To see what is in the table just type the command select
###BTREE
To see the content of the btree type the following command
.btree
###EXIT
To exit type the following command
.exit