- Perl ›
- here
database
Explains how to connect to a "database" in Perl. It supports many databases such as MySQL, SQLite, Oracle, Access, and SQL Server.
Use of various databases
I will explain how to use various databases.
- Cooperation with MySQL
- Basics of database operations learned with SQLite
- Install DBD::Oracle
- Procedure for connecting to SQL Server
Module
Introducing a convenient module for connecting to a database.
DBIx::Custom
Explains how to easily execute SQL to the database using the module "DBIx::Custom".