When I first began coding SQLite in the spring of 2000, I never imagined that it would be so enthusiastically received by the programming community. Today, there are millions and millions of copies
sqlite小型数据库 sqlite3.exe d:\\test.db //假设数据是 d:\\test.db >.databases //显示所有数据库 和 mysql的 show databases; >.tables //显示当前数据库的表格 和 mysql 的show tables; >.schment tablename; //显示表格结构 和mysql
嵌入式平台开源数据库sqlite的开发,及动态库
概括介绍SQLite的基础,对初学者有一定帮助。
SQLite官方的JDBC驱动程序jar包
SQLlite
驱动包:sqlite-jdbc-3.6.16.jar
org.sqlite.JDBC
jdbc:sqlite:/盘符:/Java/MyApp/sqllite/clientData.db3 (这里注意盘符最好小写)
sqliteadmin sqlite数据库管理工具
自己写的PHP sqlite 分页代码程序
php sqlite 网站管理系统 很好用的程序,适合中小型企业型网站用
SQLITE API ANDROID DEVELOP API
SQLITE DATABASE SQL COMMAND