-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (78 loc) · 4.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Melta by bossiernesto</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/bossiernesto/melta">View On GitHub</a></li>
<li class="downloads"><a href="https://github.com/bossiernesto/melta/zipball/master">ZIP</a></li>
<li class="downloads"><a href="https://github.com/bossiernesto/melta/tarball/master">TAR</a></li>
<a href="https://github.com/bossiernesto/melta"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<li class="title">DOWNLOADS</li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<nav>
<ul>
<li class="tag-h1"><a href="#melta">Melta</a></li>
</ul>
</nav>
<section>
<div id="title">
<h1>Melta</h1>
<p>A small object database engine</p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/bossiernesto">bossiernesto</a></span>
</div>
<h3>
<a name="melta" class="anchor" href="#melta"><span class="octicon octicon-link"></span></a>Introduction</h3>
<p>Melta is a small size OODBMS, with some small features like transactional and versioned objects, master/slave replication and a small query language. The objective of the project is to have a minimalist databse with the existing python backend.</p>
<p>To just download the current stable build, just do:</p>
<pre><code>$ git clone [email protected]:bossiernesto/melta.git
</code></pre>
<h3>
<a name="features" class="anchor" href="#features"><span class="octicon octicon-link"></span></a>Features</h3>
<p>Still on the works.</p>
<div class="highlight highlight-python"><pre><span class="k">if</span> <span class="p">(</span><span class="n">false</span><span class="p">):</span>
<span class="k">print</span> <span class="mi">1</span>
</pre></div>
<h3>
<a name="query-language" class="anchor" href="#query-language"><span class="octicon octicon-link"></span></a>Query Language</h3>
<p>Still on the works will be avaiable soon.</p>
<h3>
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p>Currently the project is being developed and mantained by Ernesto Bossi (<a href="https://github.com/bossiernesto" class="user-mention">@bossiernesto</a>)</p>
<h3>
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
<p>Having issues or problems with Melta database? Check out the FAQ at or contact <a href="https://github.com/bossiernesto" class="user-mention">@bossiernesto</a> to <a href="mailto:[email protected]">[email protected]</a> and we’ll help you sort it out.</p>
<span class="credits left">Theme derived from <a href="https://twitter.com/michigangraham">mattgraham</a>. Special Thanks.</span>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-47056582-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>