Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下の Postgres クエリを取得しました。
db.queryAsync('SELECT _id, value FROM ' + store + ' WHERE (value->>$1)=$2;', [index, id]);
SQLiteで同じことを書きたいです。値フィールドを TEXT タイプとして作成しましたが、クエリの方法がわかりません。Duktape で実行されている SQLite と JavaScript を使用しています。