Download the PHP package leivingson/autodb without Composer
On this page you can find all versions of the php package leivingson/autodb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download leivingson/autodb
More information about leivingson/autodb
Files in leivingson/autodb
Download leivingson/autodb
More information about leivingson/autodb
Files in leivingson/autodb
Vendor leivingson
Package autodb
Short Description This package helps you creating models from your database connection in laravel.
License MIT
Package autodb
Short Description This package helps you creating models from your database connection in laravel.
License MIT
Please rate this library. Is it a good library?
Informations about the package autodb
MySQL AutoDB
An automatic migrations and models generator for MySQL database
The AutoDB is a tool that generates a database model from a given connection in .env file. The tool is designed to be used in the context of huges amount of data when migrating for Laravel or automatize a repetitive task. The project takes the dataset from the database and generates the migrations and models with the attributes and cast the fields in models for each column. The code uses Levenshtein Algorithm to translate MySQL types to Eloquent types.
Installation
Usage
Database Supports
All versions of autodb with dependencies
PHP Build Version
Package Version
No informations.
The package leivingson/autodb contains the following files
Loading the files please wait ....