# Database_Python **Repository Path**: jayeew/Database_Python ## Basic Information - **Project Name**: Database_Python - **Description**: A simple database based on Python - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Database_Python A simple database based on Python Enter: 'show table' for HELP like this: create table table_name (type size primarykey) //(splited by ',') alter table table_name add column_name type size alter table table_name drop column column_name alter table table_name modify column column_name type