A thin SQLite wrapper for Swift:

<https://github.com/ryanfowler/SwiftData>

Uses Swift variable types.  You have to explicitly say what type you want your 
value as.
Implements variable binding for security purposes.
Implements a date class.  I have not checked out how well it does this.

Implements its own transaction structure but you can ignore that and execute 
BEGIN/END.  You can't mix and match them, though: stick to one or the other.

Would welcome comments from experienced Swift programmers, if such a thing can 
be said to exist.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to