I'm looking for an open source @swiftlang library that only implements SQLite syntax construction. I'm not looking for fancy generics or convenience wrappers... I just want something that will construct the raw SQL strings and handle things like escaping and statement bindings.
Anyone know of something?
(to preempt the inevitable replies... neither GRDB nor SQLite.swift have what I want)