[sqlite] C++ ORM

2015-03-12 Thread Alejandro Santos
On Mon, Mar 9, 2015 at 10:38 PM, Scott Robison wrote: > A co-worker who is working on a project is interested in finding out if > there is an effective ORM for C++ / SQLite. I've not used one so I'm > turning to the list to see if anyone has a recommendation. > > Note: He's okay using SQLite

[sqlite] C++ ORM

2015-03-11 Thread Darren Spruell
On Mon, Mar 9, 2015 at 3:25 PM, Simon Slavin wrote: > > On 9 Mar 2015, at 9:38pm, Scott Robison wrote: > >> A co-worker who is working on a project is interested in finding out if >> there is an effective ORM for C++ / SQLite. I've not used one so I'm >> turning to the list to see if anyone has

[sqlite] C++ ORM

2015-03-10 Thread Boris Kolpackov
Hi Scott, Scott Robison writes: > A co-worker who is working on a project is interested in finding out if > there is an effective ORM for C++ / SQLite. I've not used one so I'm > turning to the list to see if anyone has a recommendation. Check out ODB: http://codesynthesis.com/products/odb/

[sqlite] C++ ORM

2015-03-10 Thread QxOrm contact
Hello, I'm the main developer of QxOrm library and QxEntityEditor application : http://www.qxorm.com/ Quickly : QxOrm library provides ORM feature to C++/Qt developers, and QxEntityEditor provides a graphic way to design and manage the data model. FYI, QxOrm provides also a set of other features

[sqlite] C++ ORM

2015-03-09 Thread Simon Slavin
On 9 Mar 2015, at 9:38pm, Scott Robison wrote: > A co-worker who is working on a project is interested in finding out if > there is an effective ORM for C++ / SQLite. I've not used one so I'm > turning to the list to see if anyone has a recommendation. For those playing along at home, ORM ==

[sqlite] C++ ORM

2015-03-09 Thread Darren Duncan
On 2015-03-09 3:25 PM, Simon Slavin wrote: > On 9 Mar 2015, at 9:38pm, Scott Robison wrote: > >> A co-worker who is working on a project is interested in finding out if >> there is an effective ORM for C++ / SQLite. I've not used one so I'm >> turning to the list to see if anyone has a

[sqlite] C++ ORM

2015-03-09 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/09/2015 02:38 PM, Scott Robison wrote: > Note: He's okay using SQLite more or less directly if he needs to, > as he recognizes the lack of reflection in C++ might lead to a less > manageable ORM. Still, never hurts to ask. Don't use an ORM

[sqlite] C++ ORM

2015-03-09 Thread Scott Robison
A co-worker who is working on a project is interested in finding out if there is an effective ORM for C++ / SQLite. I've not used one so I'm turning to the list to see if anyone has a recommendation. Note: He's okay using SQLite more or less directly if he needs to, as he recognizes the lack of