darkain / pudl

PHP Universal Database Library - connects to and generates queries for SQL Servers
BSD 2-Clause "Simplified" License
28 stars 5 forks source link

$pudl->schema returns schema information from database #20

Open darkain opened 3 years ago

darkain commented 3 years ago

we need two variants 1) CREATE TABLE SQL syntax returned as a string directly from database 2) similar to DESC syntax that is returned in a PUDL native format that can rebuild the table