DB LIBThis handy little module takes all the pain away from making a database for programmers. Simply make a format file, for the format the data will be stored in. IE:...
This handy little module takes all the pain away from making a database for programmers. Simply make a format file, for the format the data will be stored in. IE: NAME|BIRTHDAY|AGE and then make a short file to access the db: ie load_db(`bdays`) db->add(`bdays`,`marc`...etc. Make long jobs short with this simple module!