sohelamin / crud-generator

Laravel CRUD Generator
https://packagist.org/packages/appzcoder/crud-generator
MIT License
1.41k stars 424 forks source link

Not support sqlserver #240

Closed gsferro closed 5 years ago

gsferro commented 5 years ago

Hi guys. By the way it was built, using pure sql directly, you were not able to use another database other than MYSQL.

Suggestion for improvement: Use PDO or Eloquent so that query operations are generic for all database types.