See also
   https://news.ycombinator.com/item?id=8226962
for discussion.

On Tue, Aug 26, 2014 at 9:09 AM, Simon Slavin <slav...@bigfraud.org> wrote:
> 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



-- 
Andreas Kupries
Senior Tcl Developer
Code to Cloud: Smarter, Safer, Fasterâ„¢
F: 778.786.1133
andre...@activestate.com, http://www.activestate.com
Learn about Stackato for Private PaaS: http://www.activestate.com/stackato

21'st Tcl/Tk Conference: Nov 10-14, Portland, OR, USA --
http://www.tcl.tk/community/tcl2014/
Send mail to tclconfere...@googlegroups.com, by Sep 8
Registration is open.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to