gistlib
other swift categories
sqlite code snippets in swift
create a select function for sqlite that takes a opaquepointer and a string statement as parameters. in swift
create a update and delete function for sqlite that uses the following parameters “(using db: opaquepointer?, with query: string)” in swift
create a update and delete function for sqlite that uses the following parameters “(using db: opaquepointer?, with query: string)” in swift with the option for specific errors thrown for each function in swift
write a backup function that will copy and zip my sqlite db to a blob, then write a function that exports the blob to a cloudfare api endpoint using post and encodable in swift
gistlib
by LogSnag