摘要: 一 sqlite简单地说SQLite数据库对应的就是一个文件(一般命名为xxx.db)。可以通过sqlite shell命令行来操作sqlite数据库,也可以在其他的语言中通过api来操作sqlite数据库。sqlite数据库的访问甚至不需要用户名和密码。在windows上可以下载:sqlite-shell-win32-x86-3071300.zip, 其他平台可以下载对应的shell命令行。帮助:d:\sqlite_test>sqlite3.exe test.dbSQLite version 3.7.13 2012-06-11 02:05:22Enter ".help&quo 阅读全文
posted @ 2012-06-23 13:42 iTech 阅读(12742) 评论(2) 推荐(1)