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

https://github.com/pascalallen/sql_mysql_framework

Framework that uses dual database connections between SQL and MySQL with same base model.
https://github.com/pascalallen/sql_mysql_framework

Last synced: about 1 month ago
JSON representation

Framework that uses dual database connections between SQL and MySQL with same base model.

Awesome Lists containing this project

README

          

# SQL-MySQL framework

Framework that connects to SQL and MySQL databases using same base model. Basic user management system has been included for demonstration purposes. Also included is Yodlee integration which allows users to link their bank accounts. This framework was designed following the convention of using `id` for your primary key in your MySQL tables and any primary key in your SQL tables. Please see Model.php for more details.