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.
- Host: GitHub
- URL: https://github.com/pascalallen/sql_mysql_framework
- Owner: pascalallen
- Created: 2018-03-28T15:48:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T15:47:50.000Z (about 7 years ago)
- Last Synced: 2025-01-06T05:41:50.250Z (over 1 year ago)
- Language: JavaScript
- Size: 3.16 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.