tina4components/country-table-migrations

将包含iso2和iso3的国家表添加到您的数据库中

dev-main 2023-12-09 07:41 UTC

This package is not auto-updated.

Last update: 2024-09-29 09:52:38 UTC


README

Tina4 数据库国家表的模块

Sqlite3

Please have a Sqlite 3 database setup
- composer require tina4stack/tina4php-sqlite3

Inside your index.php
- global $DBA;
- $DBA = new \Tina4\DataSQLite3("test.db");

- composer require tina4components/country-table-migrations