Pages tagged sqlite:

firefox 3が遅くなった→ SQLite reindexで解決&高速化 - しおそると
http://www.sio.no-ip.com/mt/shio/archives/2008/10/firefox-3-sqlit.html

SQLite Managerを使いプロファイル情報をdb化
this bookmark brought from the different place
How SQLite Is Tested
http://www.sqlite.org/testing.html
Describes the testing of SQLite. Great overview of various testing techniques and how they've been applied to a significant software project.
Mozilla Re-Mix: Firefoxのデータベースを最適化して高速化を図るアドオン「SQLite Optimizer」
http://mozilla-remix.seesaa.net/article/118793069.html
Firefox 3では、履歴やブックマーク、クッキーなどの他、一部アドオンの利用データもSQLite データベースで管理しています。 日々の利用により、このデータベースが大きくなってくると、Firefoxの起動に時間がかかったり、動作が緩慢になってくるということなどが考えられます。 このようなとき、データベースの最適化をすることによって、Firefoxの動作を軽くするという方法がブログなどにもよく書かれていますが、これを実行するには「SQLite Manager」というアドオンをFirefoxにインストールして起動し、お使いのプロファイルフォルダから該当データベースを探して[Reindex]を行うという作業が必要となり、初心者にはちょっと実行しにくいものがあります。
実験的アドオンが終了次第導入。
csharp-sqlite - Project Hosting on Google Code
http://code.google.com/p/csharp-sqlite/
Alecco Locco: SQLite: A Lesson In Low-Defect Software
http://aleccolocco.blogspot.com/2009/08/sqlite-lesson-in-low-defect-software.html
"99% Statement Coverage, 95% Branch Coverage, Goal: 100% branch coverage by Dec 2009, Striving for 100% test coverage has been [their] most effective method for finding bugs."
I didn't know gcc could do that. Cool.
@newsycombinator: "SQLite: A Lesson In Low-Defect Software (review/summary w/ working source) http://bit.ly/qcfy0" (from http://twitter.com/newsycombinator/status/3550078799)
Vacuum Firefox databases for better performance, now with no restart - Mozilla Links
http://mozillalinks.org/wp/2009/08/vacuum-firefox-databases-for-better-performance-now-with-no-restart/
speed up
Vacuum Firefox databases for better performance, now with no restart
Components.classes["@mozilla.org/browser/nav-history-service;1"].getService(Components.interfaces.nsPIPlacesDatabase).DBConnection.executeSimpleSQL("VACUUM");
Lawnchair
http://brianleroux.github.com/lawnchair/
A client side JSON document store. Want to see this in Node.JS.
Sorta like a couch except smaller and outside, also, a client side JSON document store. Perfect for webkit mobile apps that need a lightweight, simple and elegant persistence solution.
"Sorta like a couch except smaller and outside, also, a client side JSON document store. Perfect for webkit mobile apps that need a lightweight, simple and elegant persistence solution."
窓の杜 - 【REVIEW】肥大化した「Firefox」の内部データベースをボタン一発で最適化「Vacuum Places」
http://www.forest.impress.co.jp/docs/review/20090824_310430.html
NHibernate Unit Testing
http://ayende.com/Blog/archive/2009/04/28/nhibernate-unit-testing.aspx
How to unit test NHibernate code using an in memory SQL Lite database.
: base(typeof(Blog).Assembly)
Unit Testing NHibernate from Ayende
macosxhints.com - Speed up iPhoto '09 by vacuuming its databases
http://www.macosxhints.com/article.php?story=20090227072825458
for dbase in *.db; do sqlite3 $dbase "vacuum;"; done
Deserve a try
4 Steps To a Professional Database Design | ProgrammerFish - Everything that's programmed!
http://www.programmerfish.com/4-steps-to-a-professional-database-design/
Just as you require a blueprint to build a house, you will need a database blueprint in order to implement a database successfully .
長期間の使用で重くなったFirefoxを一瞬で軽くする方法
http://zapanet.info/blog/item/1937
@etupirka これ? http://zapanet.info/blog/item/1937
長期間使用してFirefoxが重くなってきたなぁと感じたら、騙されたと思ってpla
C:\Users\ユーザー名\AppData\Roaming\Mozilla\Firefox\Profiles\適当な文字列.default\places.sqliteを削除する。。 places.sqliteを削除することによって、閲覧ページの履歴、faviconなどのキャッシュが削除されます(履歴とfaviconが必要な人は削除しないようにしてください)。ブックマークのデータ等は消えない他、クッキーも消えないようです(追記:「厳密にはbookmarkbackups フォルダにバックアップされたデータから復元」されるそうです)。
places.sqlite