Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2021-11-30 08:06:09 +0000
committerEike Stepper2021-11-30 08:06:09 +0000
commitda8ef8590feac4713094a85f37073e77d79b7d67 (patch)
treeb29feaccec079fd14deba9a228db3c1710ca11a1
parent6b7806bae8e8b6b70bb669a7730ee75934f5e388 (diff)
downloadcdo.infrastructure-da8ef8590feac4713094a85f37073e77d79b7d67.tar.gz
cdo.infrastructure-da8ef8590feac4713094a85f37073e77d79b7d67.tar.xz
cdo.infrastructure-da8ef8590feac4713094a85f37073e77d79b7d67.zip
Add README
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..451a7e7
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+# CDO Model Repository
+
+CDO is both a development-time model repository and a run-time persistence framework. Being highly optimized it supports object graphs of arbitrary size.
+
+CDO offers transactions with save points, explicit locking, change notification, queries, temporality, branching, merging, offline and fail-over modes, ...
+
+The storage back-end is pluggable and migrations between direct JDBC, Hibernate, Objectivity/DB, MongoDB or DB4O are seamless for CDO applications.
+
+For more information please visit https://wiki.eclipse.org/CDO \ No newline at end of file

Back to the top