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.
どうにかして、「オフライン」の SQLite データベースから更新された MySQL データベース (サーバー上) を持つことは可能ですか?
たとえば、フォームを SQLite に送信し、MySQL を更新して最新の変更を反映させます (それらの変更を SQLite から取得します)。
抽象化レイヤーを使用して、SQLiteからすべてのレコードを選択し、存在しないレコードをMySQLデータベースに挿入するか、SQLiteにレコードを追加すると同時にMySQLDBにレコードを追加することができます。 DB。