stephencelis / SQLite.swift

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

162285 #1041

Closed KalouH closed 2 years ago

KalouH commented 3 years ago

Issues are used to track bugs and feature requests. Need help or have a general question? Ask on Stack Overflow (tag sqlite.swift).

Build Information

General guidelines

Impossible to build a project with SQlite.swift -> AS Mac M1 not resolving module for arm64 apple simulator Compilation error - Could not find module 'SQLite' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator

Every time

juanjoseluisgarcia commented 3 years ago

This project has been abandoned and not actively maintained. The author has not had the decency to indicate this as per other open source libraries. He does not have to maintain it but at least this project was used for long enough people for a serious developer to put a note. So in the future do not trust any open source work from this author. There are other alternatives that might be good for you. Most of them are listed in the docs. The most useful I have found is GRDB. Good luck.

KalouH commented 3 years ago

Thank you very much for your answer.

I will do it using directly sqlite3 API. It will be safer for me.

nathanfallet commented 2 years ago

Should be fixed by 0.13.0. If not, please reopen this issue.