SQLite is the world’s most widely-deployed database engine. It’s in your phone, it’s in your browser, and if you search your computer you’ll find its .db files there too. SQLite was inspired by ...
I have posgres up and running, and can create a database in psql using the postgres user. I also created a web user using the createuser command. Then in a perl script I say use DBI;<BR>and then try ...