Data access object: Difference between revisions

Content deleted Content added
E090 (talk | contribs)
Tools and frameworks: added link back to ormlite
xlinked DBIx::Class ORM
Line 33:
== Tools and frameworks ==
* [[ODB (C++)|ODB]] compiler-based [[object-relational mapping]] (ORM) system for C++
* [[ORMLite]] Lightweight Object[[object-relational Relational Mappingmapping]] (ORM) Framework in Java for JDBC and Android<ref>{{cite book|last1=Hodgson|first1=Kyle|last2=Reid|first2=Darren|title=ServiceStack 4 Cookbook|publisher=Packt Publishing Ltd|isbn=9781783986576|page=Chapter 4|url=https://books.google.com/books?id=x9hpBgAAQBAJ&pg=PA129&dq=%22ORMLite%22&hl=en&sa=X&ved=0ahUKEwjZmtmDnLzNAhUY2WMKHYbRClgQ6AEIJjAB#v=onepage&q=%22ORMLite%22&f=false|accessdate=22 June 2016|language=en}}</ref>
* [[Entity Framework|Microsoft Entity Framework]]
* [http://www.dbix-class.org/about.html DBIx::Class] [[object-relational mapping]] (ORM) module for [[Perl]]
 
== See also ==