https://github.com/boliveirasilva/sercorm
A simple ORM for php5.6 implemented over ADOdb library
https://github.com/boliveirasilva/sercorm
orm-library php56
Last synced: 5 months ago
JSON representation
A simple ORM for php5.6 implemented over ADOdb library
- Host: GitHub
- URL: https://github.com/boliveirasilva/sercorm
- Owner: boliveirasilva
- License: mit
- Created: 2022-12-03T14:56:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T03:00:01.000Z (about 3 years ago)
- Last Synced: 2025-03-13T01:41:17.005Z (over 1 year ago)
- Topics: orm-library, php56
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SercORM
###### A simple ORM for php5.6 implemented over ADOdb library
___
_**IMPORTANT NOTICE:** Feel free to suggest improvements or corrections, but I need to
let you know that I'm making this library to solve a specific problem for a customer.
It is not my intention to support or even continue to maintain it after project
completion._
This library is being built to work with PHP5.6 in an environment that can vary between
firebird, oracle and postgre databases. Due to internal issues, it was decided that
this library should be built on top of ADOdb instead of using PDO directly.
### Testing the Library
**docker-compose.yml:** this file allows you to create a web-server docker containered
with all the necessary resources for the development of this project.