Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lazer-database/migrate-to-lazer-database

Easiest way to Migrate tables to Lazer Database
https://github.com/lazer-database/migrate-to-lazer-database

Last synced: 5 days ago
JSON representation

Easiest way to Migrate tables to Lazer Database

Awesome Lists containing this project

README

        

# Migrate-to-Lazer-Database
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