Friday, February 12, 2016

SORM

Simple Object-relational mapping (SORM)

A simple light weight SORM framework, originally learned from a tutorial https://www.youtube.com/playlist?list=PLTstZD3AK3S-eVO1jay1EURUVHG20_5dq

GitHub:  https://github.com/ylu999/SORM






So far, I just implemented MySQL, but Oracle should be easy to implement like MySQL.
To implement other SQLs like Oracle, create new class similar to these two.

  • MySQLQuery.java
  • MySQLConvertor.java


No comments:

Post a Comment