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

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

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.