http://www.shengfang.org/blog/p/20070303sqlitephp5PDO.php
目前分類:SQLite (14)
- Aug 30 Thu 2007 15:17
sqlite php5 PDO
- Aug 30 Thu 2007 12:28
file is encrypted or is not a database
http://php.isu.edu.tw/manual/hk/ref.sqlite.php
- Aug 30 Thu 2007 08:20
SQLite Introduction, its great!
http://devzone.zend.com/node/view/id/760#Heading7
- Aug 30 Thu 2007 08:14
SQLiteManager
http://sourceforge.net/projects/sqlitemanager
- Aug 30 Thu 2007 08:10
SQLite - CreMaker's in-life Blog
http://www.in-life.idv.tw/index.php?/categories/9-SQLite
- Aug 26 Sun 2007 16:43
SQLite Manager
http://www.sqlitemanager.org/
- Aug 26 Sun 2007 16:14
SQLite and Perl example
use DBI;
- Aug 26 Sun 2007 16:00
SQLite Tutorial
http://souptonuts.sourceforge.net/readme_sqlite_tutorial.html
- Aug 26 Sun 2007 15:27
SQLite Database Browser
http://sqlitebrowser.sourceforge.net/
- Aug 24 Fri 2007 23:29
轉貼:安裝 SQLite and PHP (For Win)
SQLite 是個使用檔案方式儲存的 Database,不需要另外安裝如 MySQL 之類的 Server,而且 PHP 5 已經將 SQLite 內建了,相當好用,在某些方面效能比起其他 Database 系統有過之而無不及阿!不過目前國內似乎還很少人知道這玩意,以後相關文件應該會更多。我也想過將 SQLite 的模組以動態載入的方式執行,不過現今版本的 PHP 好像已經改成只能載入指定資料夾裡面的模組,所以如果有成功的高手煩請分享一下囉。
先介紹 SQLite 在 windows 的安裝方式:
PHP 4 版本
- Aug 24 Fri 2007 23:26
SQLite 官方網站
http://www.sqlite.org/
- Aug 24 Fri 2007 23:24
perl and sqlite => SQLite::DB
http://search.cpan.org/~vxx/SQLite-DB-0.04/lib/SQLite/DB.pm
- Aug 24 Fri 2007 23:19
轉貼:SQLite使用教學
OS X自從10.4後把SQLite這套相當出名的資料庫軟體,放進了作業系統工具集裡。OS X包裝的是第三版的SQLite,又稱SQLite3。這套軟體有幾個特色:
* 軟體屬於公共財(public domain),SQLite可說是某種「美德軟體」(virtueware),作者本人放棄著作權,而給使用SQLite的人以下的「祝福」(blessing):
- Aug 24 Fri 2007 23:18
轉貼:Rails with SQLite
http://ihower.idv.tw/blog/archives/1452
SQLite 是個輕量級的資料庫程式,因為我想在NB上寫Rails,但是又不想裝MySQL好重,第一個就想到SQLite。關於SQLite的中文介紹,可以參考 簡介SQLite 和 SQLite使用教學。基本上 sqlite 就是一隻 command-line 程式而已,再加上一個資料檔(即一個資料庫)。