2. Generating SQL to Execute the Installation of a Database schema from JSON definition
Posted on: 2016-08-31
As explained in the first part of this article, it was presented the Scripd library as a means to generate SQL to execute actions to install database schemata.
Read this article to learn how to define common database structures in JSON format to install the schema using DDL SQL generated by Scripd library.
More ... Post a comment See comments (1) Trackbacks (0)
Read this article to learn how to define common database structures in JSON format to install the schema using DDL SQL generated by Scripd library.
More ... Post a comment See comments (1) Trackbacks (0)
1. Installing a Database Schema from a JSON format
Posted on: 2016-05-24
Installing a database schema is an important setup task that most PHP applications need to do.
The Scripd package can generate the necessary SQL to install all types of database structures that you may need from the database itself, tables, fields, indexes, stored procedures, views, etc., all from a database independent format based on JSON.
Read this article to learn how to use the Scripd package to generate database independent SQL to install your database schema.
More ... Post a comment See comments (0) Trackbacks (0)
The Scripd package can generate the necessary SQL to install all types of database structures that you may need from the database itself, tables, fields, indexes, stored procedures, views, etc., all from a database independent format based on JSON.
Read this article to learn how to use the Scripd package to generate database independent SQL to install your database schema.
More ... Post a comment See comments (0) Trackbacks (0)