[Checkins] SVN: keas.pbstate/trunk/src/keas/pbstate/README.txt fixed a bad paragraph

Shane Hathaway shane at hathawaymix.org
Tue Jan 27 20:37:09 EST 2009


Log message for revision 95272:
  fixed a bad paragraph

Changed:
  U   keas.pbstate/trunk/src/keas/pbstate/README.txt

-=-
Modified: keas.pbstate/trunk/src/keas/pbstate/README.txt
===================================================================
--- keas.pbstate/trunk/src/keas/pbstate/README.txt	2009-01-27 23:57:57 UTC (rev 95271)
+++ keas.pbstate/trunk/src/keas/pbstate/README.txt	2009-01-28 01:37:08 UTC (rev 95272)
@@ -9,12 +9,10 @@
 
 What if we combined those properties with an object database?  Object
 databases often provide an excellent software foundation.  Unfortunately,
-object databases are generally either joined to a complex object-relational
-mapper, or are bound to a single programming language due to the
-object serialization format.  This package uses the latter strategy, but
-uses Protocol Buffers as the serialization format, conceivably making
-it possible to build an object database that multiple programming languages
-can access.
+object databases are generally bound to a single programming language.
+This package provides object serialization using Protocol Buffers,
+conceivably making it possible to build an object database that
+multiple programming languages can access.
 
 Using this package also provides schema documentation.  The Protocol Buffers
 package requires programmers to write the schema of their data in a



More information about the Checkins mailing list