tina4components/country-table-migrations

Adds country tables to your database with iso2, iso3

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

This package is not auto-updated.

Last update: 2024-04-28 07:41:10 UTC


README

Tina4 Module for database country table

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