August Mueller 589c05e784 Fleshing out some more of the queue 4 years ago
..
Sources 589c05e784 Fleshing out some more of the queue 4 years ago
Tests 589c05e784 Fleshing out some more of the queue 4 years ago
Package.swift 7f0098b2a2 Oh look, Swift stuff. 4 years ago
README.md 7f0098b2a2 Oh look, Swift stuff. 4 years ago

README.md

FMDB 4 (written in Swift)

Gus is playing around with porting FMDB to Swift. This is a work in progress obviously.

Random Stuff:

The various format: apis (such as executeUpdateWithFormat:) are not present. I'm not sure they will be - they feel kind of … wrong.

FMDatabaseQueue has not been implemented. Actually a bunch of things are missing.

Changes from the Objective-C version

Subscripting a result set will no longer return [NSNull null], instead it'll return nil for null values. Is that good or bad?