PHP Classes

File: tests/fixtures/create_pgsql.sql

Recommend this page to a friend!
  Classes of Punto Waskito   PHP CRUD API   tests/fixtures/create_pgsql.sql   Download  
File: tests/fixtures/create_pgsql.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CRUD API
Provide API to manipulate database table records
Author: By
Last change:
Date: 3 years ago
Size: 214 bytes
 

Contents

Class file image Download
CREATE USER "php-crud-api" WITH PASSWORD 'php-crud-api'; CREATE DATABASE "php-crud-api"; GRANT ALL PRIVILEGES ON DATABASE "php-crud-api" to "php-crud-api"; \c "php-crud-api"; CREATE EXTENSION IF NOT EXISTS postgis;