SQLite

SQLite

small, fast, self-contained, high-reliability, full-featured, SQL database engine

Category
Database
License
Public Domain
Platforms
Windows macOS Linux
Released
2000
Path
c:\sqlite\sqlite3.exe
Version
Latest known: 3.50.4 (2025-07-30)

Examples

1. Exports all exclusion filters from a SQLite DB file used by Syncback.

sqlite.exe d:\syncback\sel.db 'SELECT S.DirName, C.ContentName FROM Contents C INNER JOIN Sections S ON S.SectionID = C.SectionID WHERE C.Contentstatus = 0;'

Try it

Agree to terms to run demos.