I wanna create my own simple database (one table with 4-5 columns), and hold it in some files. Also wanna use select/update statements the same way as in DBI interface allows. Can somebody hint me the best way(a module), which I can do that?
If you are trying to avoid large db installations with all of the accompanying headaches (mysql etc) but want all of the functionality of a relational db, you can also try sqlite.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.