Home:ALL Converter>Can we generate mysql database in perl without connecting to server?

Can we generate mysql database in perl without connecting to server?

Ask Time:2011-03-10T21:33:07         Author:SAN

Json Formatter

Recently i came across a tool written in tcl which generates a mysql database without connecting to a server. It uses some c libraries, can this be done in perl? Sorry if this is too basic question. This is completely new to me, couldnt find much information.

EDIT:

By "generates a mysql database" i mean it generates a directory with mysql tables. I can create a soft link to that directory in mysql and query data from that

Author:SAN,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/5260291/can-we-generate-mysql-database-in-perl-without-connecting-to-server
yy