A Fast, Easy-to-Use Database Interface
Create a database connection
Delete records
Close a database connection
Execute a statement
Insert records
Select records
Update records
Upsert records
Provides select, insert, update, upsert, and delete database operations. Supports 'PostgreSQL', 'MySQL', 'SQLite', and more, and plays nicely with the 'DBI' package.
Useful links