Re: [Interest] [ANN] ODB C++ ORM 2.3.0 released, adds schema evolution support

2013-10-31 Thread Boris Kolpackov
Hi Bob, Bob Hood writes: > Just to kick the hornets' nest: Yes, indeed. I also don't think Qt folks are particularly interested in this debate. So I am going to reply to the list once. If you want to continue this thread, please reply off-list (I will after this reply). > [...] the Court of A

Re: [Interest] [ANN] ODB C++ ORM 2.3.0 released, adds schema evolution support

2013-10-31 Thread Bob Hood
On 10/30/2013 5:36 AM, Boris Kolpackov wrote: > I am pleased to announce the release of ODB 2.3.0. Just to kick the hornets' nest: "By linking with the ODB runtime libraries (directly or indirectly, statically or _dynamically_...your application is subject to the terms of the GPL and/or NCUEL whi

Re: [Interest] [ANN] ODB C++ ORM 2.3.0 released, adds schema evolution support

2013-10-30 Thread Boris Kolpackov
Hi Chris, Christian Gagneraud writes: > How does that compare to QDjango[1]? Why should I use ODB in a Qt project? There are too many dimensions in which you can compare ORMs to list in a single email. The best way is probably to get a list of high-level features for both options and then see w

Re: [Interest] [ANN] ODB C++ ORM 2.3.0 released, adds schema evolution support

2013-10-30 Thread Christian Gagneraud
On 31/10/13 00:36, Boris Kolpackov wrote: > I am pleased to announce the release of ODB 2.3.0. How does that compare to QDjango[1]? Why should I use ODB in a Qt project? Chris [1] http://code.google.com/p/qdjango/ > > ODB is an open source object-relational mapping (ORM) system for C++. It > a

[Interest] [ANN] ODB C++ ORM 2.3.0 released, adds schema evolution support

2013-10-30 Thread Boris Kolpackov
I am pleased to announce the release of ODB 2.3.0. ODB is an open source object-relational mapping (ORM) system for C++. It allows you to persist C++ objects to a relational database without having to deal with tables, columns, or SQL and without manually writing any of the mapping code. Major ne