What SQL ORM may i use to replace this old code
Posted
by acidzombie24
on Stack Overflow
See other posts from Stack Overflow
or by acidzombie24
Published on 2010-03-02T09:17:27Z
Indexed on
2010/03/11
21:44 UTC
Read the original article
Hit count: 197
Sorry since this question is specific to my problem.
While learning reflections i did a mini SQL ORM in a week then minor tweaks while using it for another week. Since it has very little work put into it, its really only compatibility with sqlite. I havent had problems with the code so far but i would like to port it to something that supports TSQL or MySql.
The example code is here which is outdated but has the most used functions in my class. What library can i port that code over too with the smallest about of pain. Note that it must support foreign keys.
© Stack Overflow or respective owner