commit 8cf6844deb8cd1e9382add6fe5220133a2b0f3aa Author: Gregory Burd Date: Sun Jan 27 10:48:41 2013 -0800 Create gh-pages branch via GitHub diff --git a/index.html b/index.html new file mode 100644 index 0000000..c9a3d7f --- /dev/null +++ b/index.html @@ -0,0 +1,43 @@ + + + + + + DBSQL by gburd + + + + + + + +
+
+

DBSQL

+

A SQL database engine on top of Oracle Berkeley DB

+ +

View the Project on GitHub gburd/dbsql

+ + + +
+
+

DB SQL

+ +

This project isn't under active development. Years ago I set about to reuse the SQLite 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.

+
+
+

This project is maintained by gburd

+

Hosted on GitHub Pages — Theme by orderedlist

+
+
+ + + + \ No newline at end of file diff --git a/javascripts/scale.fix.js b/javascripts/scale.fix.js new file mode 100644 index 0000000..87a40ca --- /dev/null +++ b/javascripts/scale.fix.js @@ -0,0 +1,17 @@ +var metas = document.getElementsByTagName('meta'); +var i; +if (navigator.userAgent.match(/iPhone/i)) { + for (i=0; i