<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: ODB - compiler-based ORM for C++</title>
	<link>https://codesynthesis.com/~boris/blog//2010/09/29/odb-compiler-orm-cxx/</link>
	<description>Boris Kolpackov's blog about software</description>
	<pubDate>Wed, 22 Apr 2026 12:25:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Boris Kolpackov</title>
		<link>https://codesynthesis.com/~boris/blog//2010/09/29/odb-compiler-orm-cxx/#comment-1625</link>
		<author>Boris Kolpackov</author>
		<pubDate>Thu, 30 Sep 2010 16:05:47 +0000</pubDate>
		<guid>https://codesynthesis.com/~boris/blog//2010/09/29/odb-compiler-orm-cxx/#comment-1625</guid>
		<description>There is no built-in support for persisting collections in this version. What you could do in the meantime is save them in a single database cell as, say, a space-separated list of values. This will not work too well if you have thousands of values, but otherwise, it is quite easy to do in ODB. See the 'mapping' example for some sample code.</description>
		<content:encoded><![CDATA[<p>There is no built-in support for persisting collections in this version. What you could do in the meantime is save them in a single database cell as, say, a space-separated list of values. This will not work too well if you have thousands of values, but otherwise, it is quite easy to do in ODB. See the &#8216;mapping&#8217; example for some sample code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>https://codesynthesis.com/~boris/blog//2010/09/29/odb-compiler-orm-cxx/#comment-1624</link>
		<author>Michael</author>
		<pubDate>Thu, 30 Sep 2010 15:48:17 +0000</pubDate>
		<guid>https://codesynthesis.com/~boris/blog//2010/09/29/odb-compiler-orm-cxx/#comment-1624</guid>
		<description>Can it persist classes using STL data types such as Map or is it limited to the basic C++ types in this version?</description>
		<content:encoded><![CDATA[<p>Can it persist classes using STL data types such as Map or is it limited to the basic C++ types in this version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris Kolpackov</title>
		<link>https://codesynthesis.com/~boris/blog//2010/09/29/odb-compiler-orm-cxx/#comment-1623</link>
		<author>Boris Kolpackov</author>
		<pubDate>Thu, 30 Sep 2010 13:04:42 +0000</pubDate>
		<guid>https://codesynthesis.com/~boris/blog//2010/09/29/odb-compiler-orm-cxx/#comment-1623</guid>
		<description>There is no direct support for relationships in this version but it is coming in the next release. The to-one relationship can be emulated by storing the object id and then manually loading the other end of the relationship. The to-many relationship is harder since there is no direct support for storing sequences either (also coming in the version).</description>
		<content:encoded><![CDATA[<p>There is no direct support for relationships in this version but it is coming in the next release. The to-one relationship can be emulated by storing the object id and then manually loading the other end of the relationship. The to-many relationship is harder since there is no direct support for storing sequences either (also coming in the version).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego F.</title>
		<link>https://codesynthesis.com/~boris/blog//2010/09/29/odb-compiler-orm-cxx/#comment-1622</link>
		<author>Diego F.</author>
		<pubDate>Thu, 30 Sep 2010 12:55:06 +0000</pubDate>
		<guid>https://codesynthesis.com/~boris/blog//2010/09/29/odb-compiler-orm-cxx/#comment-1622</guid>
		<description>How do you handle relationships? I couldn't find anything on the docs.</description>
		<content:encoded><![CDATA[<p>How do you handle relationships? I couldn&#8217;t find anything on the docs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
