I can’t for the life of me imagine how you arrived at this. SQLite is very capable indeed. >Its dialect of SQL is (deliberately) very similar to Postgres, featuring such niceties as >recursive CTEs and window functions, and it can handle heavy use and multi-terabyte > databases if you need (cf bedrockdb). But it is still a single user database in the sense that concurrent access to a table is not handled well. I use it for single user embedded applications