Mike T's SQLite Database Administrator Tool: I created this application to be a GUI front-end for administering SQLite databases, which are very slick and lightweight, yet utilize a large portion of standard SQL syntax. This app is an ongoing... 続きを読む
Pure Java version of SQLite DBMS. Open Source, provided by TMate SoftwareWhat is SQLJet SQLJet is an independent pure Java implementation of a popular SQLite database management system. SQLJet is a software library that provides API that enab... 続きを読む
Screenshots | Get it ! | Release notes The SQLite Sorcerer or Darry BotAIR, for intimates, is a small SQLite administration application running with Adobe AIR™. The SQLite Sorcerer can help you to perform the main administration task... 続きを読む
Building a desktop app with HTTP::Engine, SQLite and jQuery Loading... Flash Player 9 (or above) is needed to view presentations. We have detected that you do not have it on your computer. To install it, go here. Building a desktop app with H... 続きを読む
アドオンを使えば、Firefox の機能を拡張して自分好みにカスタマイズできます。ぜひお気に入りのアドオンを見つけてみましょう。注意: このサイトに登録されているアドオンは、まだほとんどが日本語化されていません。日本語化されているアドオンの一覧は Mozil... 続きを読む
Firefox 3を使っていて、起動が異様に遅くなっていて困っていました。 今回、どうやら解決した模様なので備忘録までに記載します。 Firefox 3にバージョンアップしてから、メインで利用しているPCで Firefox の起動が遅くて仕方がない、ipv6検索を無効にすると... 続きを読む
Please upgrade your Flash Player This is the content that would be shown if the user does not have Flash Player 6.0.65 or higher installed. Main Features A free, multiplatform administration tool for your SQLite Databases Open, create, compac... 続きを読む
このうちオフラインサポートで主に利用するのは初期からあるLocalServerとDatabaseだと思いますが(もちろんDatabaseはオフラインサポートだけに用途が限定されるわけではありませんが)、以降に追加された機能は、いずれもオフラインサポートに直接関わるもの... 続きを読む
Lita is another useful tool for AIR developers by David Deraedt who has developed a few other excellent AIR tools including the previously reviewed ADM. Lita is an administration interface for SQLite databases. It lets you edit your databases... 続きを読む
sqlite extension enabling spatial data processing for GISSpatiaLite download page SpatiaLite - VirtualShape [version 2.2] previous version [2.1 alpha] is here the 2.2 is the current stable release supporting: full UTF-8 SQLite internal data s... 続きを読む
ActiveRecord.js Released as Beta: Adds Object Relational Mapping to JavaScript I am pleased to announce ActiveRecord.js, an open source object relational mapper (ORM) that supports multiple JavaScript environments: Google Gears (client-side p... 続きを読む
Ajaxで今よみがえる(^^;;-->[クロスブラウザ技術 ]DHTMLサンプル集 古籏一浩さんとのはじめての共著 発売中-->『Ajax実践テクニック』 古籏一浩/高橋 登史朗 (著)秀和システム 配本予約開始-->『入門Ajax 増補改訂版 』 高橋 登史朗 (著)ソフトバンククリエイテ... 続きを読む
Ajaxで今よみがえる(^^;;-->[クロスブラウザ技術 ]DHTMLサンプル集 古籏一浩さんとのはじめての共著 発売中-->『Ajax実践テクニック』 古籏一浩/高橋 登史朗 (著)秀和システム 配本予約開始-->『入門Ajax 増補改訂版 』 高橋 登史朗 (著)ソフトバンククリエイテ... 続きを読む
Manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, etc. (See the complete list of supported applications) This extension will be useful to developers who want to c... 続きを読む
SQLite is a C library, written by D. Richard Hipp and others, that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. The distributio... 続きを読む
PHPでSQLiteに書き込もうとしてGeneral error: 14 unable to open database file が出たときの対処 PHP5.2.5でPDOからSQLiteに普通にINSERTしようとしたとき、 Warning: SQLSTATE[HY000]: General error: 14 unable to open database file … とエラーが出て困... 続きを読む
■ 概要 SQL C Library の SQLite の DB を GUI で参照できるツール SQLiteCC (SQLite Control Center) を日本語化したものです.本家の SQLiteCC では対応していない SQLite3 のデータベースファイルも扱えます. ■ 機能と制限 本家 SQLiteCC の特徴 新しいデ... 続きを読む
先日2.0.1をリリースしたばかりのRuby on Railsだが、早くも2.0.2がでてきた。このバージョンで、RailsのデフォルトDBがMySQLからSQLite3に変更されたそうだ。SQLite3 is the new default databaseMost importantly is SQLite3 as the new database we’ll conf... 続きを読む
ホームページ http://sqlite-manager.googlecode.com/ サポート このアドオンのサポートは開発者のサイト (http://groups.google.com/group/sqlitemanager) で受けられます。メールによる連絡先 (sqlitemanager at googlegroups dot com ) も公開されています。... 続きを読む
What's Sqliteman? The best developer's and/or admin's GUI tool for Sqlite3 in the world. No joking here (or just a bit only) - it contains the most complette feature set of all tools available. Get more informations in the About section. Sqli... 続きを読む
SQLite の使いどころ SQLite を使うのが最適な場合と、一般的なクライアント・サーバー型データベースエンジンを 使ったほうが良い場合について記述した文書です。 続きを読む
UPDATE:a new version is here. i saw Google Gears and i thought :"nice finally i have some kind of client side storage in browsers other than Firefox".(i know that only IE and Firefox are supported,but safari support is on the way,and in gears... 続きを読む
What it is SQLite Database Browser is a freeware, public domain, open source visual tool used to create, design and edit database files compatible with SQLite. It is meant to be used for users and developers that want to create databases, edi... 続きを読む
JavaScriptMDC - Storage これを読んで、僕が思ったポイント。 Firefox 2.0には、SQLiteが組み込まれている。同じくFirefox 2.0で導入された、クライアントサイドストレージ(sessionStorage/globalStorage)とは異なるもの。 (クライアントサイドストレージの中... 続きを読む
Linux GNU Slackware Linus Torvald's post HOWTO Kernel Main Server Apache Apache-SSL OpenSSL OpenSSH Postfix Bind vsftpd ProFTPD MySQL Programming PHP Perl Cpan Tcl Freshmeat W3C Java Java tutorial NetBeans DotGeek Network DynDNS News.cis.dfn.... 続きを読む
SQLite Control Center (SQLiteCC) SQLite Control Center is a visual tool for working with SQLite database files. Click here for the project website on SourceForge.net. Features Versions Version 1.0.1 released 6/3/2006 - upgraded to SQLite vers... 続きを読む
Here are some useful default pages installed along with the PmWiki software: PmWiki documentation is available at PmWiki.DocumentationIndex. What is the WikiWikiWeb? Basic Editing describes how to create pages in PmWiki. Practice editing page... 続きを読む
Release: 0.5.1 Release note (Multi slave replication, logger, memory DB, libsqlited: C client API document) 続きを読む
SQLite で auto-increment なフィールドを作成する方法 PHP のマニュアルの sqlite_last_insert_rowid の項目を見ていたら Tip: You can create auto-increment fields in SQLite by declaring them as INTEGER PRIMARY KEY in your table schema. つまり,SQLi... 続きを読む