My app needs a database and I would like to use SQLite.
Other than
Other than
andusing import SQLite3
Are there any other files I need to copy or import into my project?adding libsqlite3.tbd in the Build Phase
Nothing. Also, adding libsqlite3.tbd in the Build Phase is not needed.Are there any other files I need to copy or import into my project?
The module SQLite3 is made of bunch of C-language APIs. They are hard to use even for super-experienced developers. You can find some third party libraries to ease the difficulties using the SQLite3 APIs with Swift.