Hey I need help for my homework project, which is a simple DBMS program to work fom command line, and support simple operations like CREATE <database>, INSERT <field> INTO <database> and some other easy options.
I have preprocessor and query parser that parses statement and operates it on a file read into memory from hard disk so far, but WHERE <conditions> section works so limited, I have to genralize that plus I have to add strong semantics analyzer PLUS all have to add above functions. It took 2 weeks to finish the simple part I've done myself, since I work 6 days at night shift I need help from someone, it is obvious that I cant finish it myself and I am not a high skilled C programmer.
Any source, suggestions, previously done homeworks would be great help.
Thanx