一个用Python完成的模拟数据库 可以模拟MYSQL语句进行对数据库的增删改查
- Add index(b-tree is already done)
- Add conditions to search, delete, insert and update Syntax
- Handle the Error
- Improve performance
- Transaction Prossessing(Maybe)
- More to come
V0.0.1(10/11/2017):
- Implement basic functions