lazer-database/migrate-to-lazer-database

PHP library to transfer data to Lazer-Database

0.0.1 2022-09-17 15:49 UTC

This package is not auto-updated.

Last update: 2025-03-31 05:16:22 UTC


README

Easiest way to Migrate tables to Lazer-Database

It will convert the key/value paired array to Lazer-Database table

Features:

  • Dynamically create table and columns with the data type based on the value
  • Add records after the table is created
  • Adds callback for the objects like classes etc.

Requirements

  • PHP 7.0+
  • Composer

To add library to your dependencies, execute:

composer require lazer-database/migrate-to-lazer-database

Tests

Easiest way to run unit tests is to use composer script

composer run-script test

Hope you are doing well.

Regards