Skip to content

AzGothic/adagency_llc_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adagency LLC. / Test

Simple Query Builder for MySQL

Require

  • PHP 7.3+
  • MySQL 5.7+

Install

> composer install

  • run once initialization the app

> php init

  • config your local settings in ./config/main-local.php for DB connection, for example
<?php
return [
    'db' => [
       'user'   => 'root',
       'pass'   => 'secret',
       'dbname' => 'adagency_test',
    ],
];
  • run migration for prepare test DB tables and data

> php app migrate

Usage

  • list of available predefined actions can be found via command

> php app mysql

  • for run tests

> ./test (for Linux/Unix)

> test.bat (for Win)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published