03-03-2023, 01:02 PM
(This post was last modified: 03-03-2023, 01:26 PM by SpriggsySpriggs.)
SQLite isn't something you install. It's always provided with the software packages as a DLL. Because that's all you need. Before someone chimes in about Linux, you can make your program distribution install SQLite for the user if that's what's required. Installers exist, folks. Not everything has to be some mess that makes the user seek out ways to locate and install dependencies.
@KiloManjaro
I really feel like there is some misunderstanding of SQL going on here. Its mostly natural language, especially when dealing with small databases with only a few tables. If you can understand BASIC then you should be able to understand SQL. They both take a natural language approach.
@KiloManjaro
I really feel like there is some misunderstanding of SQL going on here. Its mostly natural language, especially when dealing with small databases with only a few tables. If you can understand BASIC then you should be able to understand SQL. They both take a natural language approach.
Ask me about Windows API and maybe some Linux stuff