[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sqlite3
From: |
Lars Ingebrigtsen |
Subject: |
Re: sqlite3 |
Date: |
Mon, 06 Dec 2021 17:10:59 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Stefan Kangas <stefankangas@gmail.com> writes:
> One concern is how to synchronize this between different machines, or
> indeed if recommended use should be to do that at all.
I think the sqlite format is portable across OS-es and endianness and
stuff? Let's see...
https://sqlite.org/different.html
----
The SQLite file format is cross-platform. A database file written on one
machine can be copied to and used on a different machine with a
different architecture. Big-endian or little-endian, 32-bit or 64-bit
does not matter. All machines use the same file format. Furthermore, the
developers have pledged to keep the file format stable and backwards
compatible, so newer versions of SQLite can read and write older
database files.
----
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- Re: sqlite3, (continued)
- Re: sqlite3, Qiantan Hong, 2021/12/06
- Re: sqlite3, Arthur Miller, 2021/12/06
- Re: sqlite3, Qiantan Hong, 2021/12/06
- Re: sqlite3, Qiantan Hong, 2021/12/06
- Re: sqlite3, Karl Fogel, 2021/12/06
- Re: sqlite3, Stefan Kangas, 2021/12/06
- Re: sqlite3, Po Lu, 2021/12/06
- Re: sqlite3, Stefan Kangas, 2021/12/06
- Re: sqlite3, Jose A. Ortega Ruiz, 2021/12/06
Re: sqlite3, Stefan Kangas, 2021/12/06
- Re: sqlite3,
Lars Ingebrigtsen <=
- Re: sqlite3, Lars Ingebrigtsen, 2021/12/06
Re: sqlite3, Lars Ingebrigtsen, 2021/12/06