天天看点

Java连接sqlite数据库

  在java中使用sqlite,先下载sqlite的jdbc驱动 sqlite-jdbc-3.7.2.jar,在myeclipse中添加到build

path中,然后就可以在项目中使用。