groue / GRDB.swift

A toolkit for SQLite databases, with a focus on application development
MIT License
6.97k stars 719 forks source link

Use in objc #1067

Closed farfromrefug closed 3 years ago

farfromrefug commented 3 years ago

Is it possible to use your lib in an objc project? I see a sourcemap in the Support dir but it is not part of the cocoa spec so the pod wont worm in an objc project. Thanks

groue commented 3 years ago

Hello @farfromrefug, GRDB.swift is a Swift project without any ObjC bindings.

I used to maintain GRDBObjC, a layer on top of GRDB that exposes FMDB-compatible APIs, but I'm not sure this abandoned project really is what you are looking for.

Have a look at FCModel.

farfromrefug commented 3 years ago

@groue thanks did not now about GRDBObjC. Seems some people are using it. Will look at it thanks!