Sqlite (v3.44.2) is a compact serverless SQL database engine and
program. The sqlite3.exe command-line tool provided in this archive
may be used on win64 systems.

Version 3.44.2 

Contents of the archive sqlite-v3.44.2-win64.zip

c:\sqlite\README.txt                                      (this file)
c:\sqlite\bin\sqlite3.exe         (the sqlite3 win64 executable file)
c:\sqlite\man\man1\sqlite3.1.html                       (manual page)
c:\sqlite\man\man1\sqlite3.1.html          (manual page as html file)

Recommandation for installation: copy sqlite3.exe into a
directory (folder) included in the list of directories assigned
to the PATH environment variable.

The executable files were compiled with the MinGW-w64 implementation
of the gcc (https://www.mingw-w64.org/, https://www.msys2.org/) using
the command line (https://sqlite.org/howtocompile.html):

gcc -DSQLITE_THREADSAFE=0 -DSQLITE_OMIT_LOAD_EXTENSION shell.c sqlite3.c -o sqlite3

All the files in this archive are made available without any
warranty. No support is provided for this compiled software.

Source code, documentation and further information may be
obtained from: http://www.sqlite.org/

Volker Kiefel
2024-01-09

