|
|
4 years ago | |
|---|---|---|
| .. | ||
| Sources | 4 years ago | |
| Tests | 4 years ago | |
| Package.swift | 4 years ago | |
| README.md | 4 years ago | |
Gus is playing around with porting FMDB to Swift. This is a work in progress obviously.
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.
Subscripting a result set will no longer return [NSNull null], instead it'll return nil for null values. Is that good or bad?