Protoqol / Prequel

Prequel for Laravel. Clear and concise database management. Unfortunately, not actively maintained due to time constraints.
https://packagist.org/packages/protoqol/prequel
MIT License
1.54k stars 96 forks source link

[REFACTOR] Refactoring database structure #63

Closed M4ST3RX closed 5 years ago

M4ST3RX commented 5 years ago

Issue or feature explanation

Before there was lots of if statements to determine which database connection to use. Now it is changed to use class functions which makes it easier to add more database type support. Also added language to error file.

Proposed solution/change