tina4components/country-table-migrations

Adds country tables to your database with iso2, iso3

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/tina4components/country-table-migrations

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

This package is not auto-updated.

Last update: 2025-10-12 15:07:06 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