ichte/xt-db

Database Adapter

Maintainers

Package info

github.com/ichte/xt-db

Type:module

pkg:composer/ichte/xt-db

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2017-12-12 08:31 UTC

This package is auto-updated.

Last update: 2026-03-01 00:11:37 UTC


README

#Config Add to global.php

'db' => [
    'driver'   => 'Mysqli',
    'username' => '',
    'password' => '',
    'database' => '',
    //'charset'  => 'utf8', //latin1
]