dbsql/index.html

43 lines
2 KiB
HTML
Raw Permalink Normal View History

2013-01-27 18:48:41 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>DBSQL by gburd</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>DBSQL</h1>
<p>A SQL database engine on top of Oracle Berkeley DB</p>
<p class="view"><a href="https://github.com/gburd/dbsql">View the Project on GitHub <small>gburd/dbsql</small></a></p>
<ul>
<li><a href="https://github.com/gburd/dbsql/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/gburd/dbsql/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/gburd/dbsql">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h3>DB SQL</h3>
<p>This project isn't under active development. Years ago I set about to reuse the <a href="http://sqlite.org/">SQLite</a> source with Berkeley DB functioning as the storage manager. As I set about to do this I also completely changed the SQLite code, mostly in format but with some other changes. The project finished up when DBSQL was functional, but not fully debugged. I used this prototype to help justify the work to do much the same within the Berkeley DB group in Oracle. Berkeley DB now has a good integration with SQLite, so this project is defunct.</p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/gburd">gburd</a></p>
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>