stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.64k stars 1.56k forks source link

No documentation on how to use Carthage with submodules in Index.md #1014

Closed Trannosaur closed 4 years ago

Trannosaur commented 4 years ago

https://github.com/stephencelis/SQLite.swift/blob/master/Documentation/Index.md

There's info for using CocoaPods with FTS, but nothing for say carthage etc. -- hahahahah, I tried a naive github "sqlite3/fts5" ~> 3.15.0 in my cartfile but I wouldn't even no where to start figuring this out.

Trannosaur commented 4 years ago

eh