Skip to content
Kazunobu Yamaguchi edited this page Aug 7, 2014 · 6 revisions

OrientDB はすごいスピードで進化しています。これが最新のロードマップです。:

https://github.com/orientechnologies/orientdb/milestones

<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script> <script> $(function() { $("*").contents().filter(function() { return this.nodeType==8 && this.nodeValue.match(/^original/); }).each(function(i, e) { var tooltips = e.nodeValue.replace(/^original *[\n\r]|[\n\r]$/g, ''); $(this).prev().attr('title', tooltips); }); }); </script>
Clone this wiki locally