ニュース

SQLite offers a powerful way to store and organize persistent data for your apps. This is a crucial and in-demand skill all developers should know!
AndroidアプリにはSQLiteを使用する方法がいくつか用意されていますが、これらの挙動を十分に理解していないと思わぬ脆弱性を作りこんでしまう可能性があります。本稿ではこのバックグラウンドと正しい使い方のガイドラインを紹介します。
This SQLite tutorial will show you how to install SQLite3 on Windows, create tables in a database and perform read, update and delete operations.