Java和SQLite [英] Java and SQLite

查看:144
本文介绍了Java和SQLite的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对单个文件数据库提供的整洁感兴趣。什么驱动程序/连接器库可以连接并使用SQLite和Java。

I'm attracted to the neatness that a single file database provides. What driver/connector library is out there to connect and use SQLite with Java.

我发现了一个包装库, http://www.ch-werner.de/javasqlite ,但还有其他更突出的项目吗?

I've discovered a wrapper library, http://www.ch-werner.de/javasqlite, but are there other more prominent projects available?

推荐答案

wiki 列出更多包装器:

  • Java wrapper (around a SWIG interface): http://tk-software.home.comcast.net/
  • A good tutorial to use JDBC driver for SQLite. (it works at least !) http://www.ci.uchicago.edu/wiki/bin/view/VDS/VDSDevelopment/UsingSQLite
  • Cross-platform JDBC driver which uses embedded native SQLite libraries on Windows, Linux, OS X, and falls back to pure Java implementation on other OSes: https://github.com/xerial/sqlite-jdbc (formerly zentus)
  • Another Java - SWIG wrapper. It only works on Win32. http://rodolfo_3.tripod.com/index.html
  • sqlite-java-shell: 100% pure Java port of the sqlite3 commandline shell built with NestedVM. (This is not a JDBC driver).
  • SQLite JDBC Driver for Mysaifu JVM: SQLite JDBC Driver for Mysaifu JVM and SQLite JNI Library for Windows (x86) and Linux (i386/PowerPC).

这篇关于Java和SQLite的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆