endlesssoftware / sqlite3

SQLite for OpenVMS
25 stars 12 forks source link

jdbc #30

Open hb-- opened 9 years ago

hb-- commented 9 years ago

Not an issue, just an info. Based on SQLite JDBC, developed by Taro L. Saito, (https://github.com/xerial/sqlite-jdbc) and its version sqlite-jdbc-3.7.15-M1.jar, I built the necessary JNI for VMS (Alpha, 8.3, Java 1.5) and hacked the current VMS sources for SQLITE3 to build a compatible shareable image:

$ def/user sqlite3_shr sys$disk:[-.sqlite3-master.bin-axp]sqlite3_shr
$ java   -cp "." "Sample
name = leo
id = 1
name = yui
id = 2
$

Next thing is to try this on I64 with Java 6. This isn't production quality, just a proof of concept. If there is interest ...

tesneddon commented 9 years ago

This is fantastic! I'm really thrilled to hear that people are using it. It makes me feel a bit bad for neglecting it lately.

tesneddon commented 9 years ago

Just an additional here...the general and commit mailing lists for SQLite for OpenVMS are now operational. Check out the wiki to get the details.