-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add JSON1 support #834
Comments
We also really need it. |
How could this look like? What feature do you expect from SQLite.swift? |
The first step I think is to enable this sqlite feature. I am not an expert on these things, but I think it is necessary to change a config: https://github.com/CocoaPods/Specs/blob/master/Specs/d/c/2/sqlite3/3.24.0/sqlite3.podspec.json (look for Also, I think we might discuss good apis to create columns based on json and search inside these columns (a quick reference for what is possible: https://stackoverflow.com/a/33433552/451591) Best regards :) |
Yes, you can build a JSON1 enabled version with Some extra API wrapper for these could be useful but are not strictly necessary. |
We only need it for raw sql. If this is achivable by only chanig Pod dependency config then it's great. |
Another vote for JSON1 (https://www.sqlite.org/json1.html) wrappers. |
Hello,
I was thinking, the support to codable as Data is great, but if we could search and use the best of JSON data structure too?
This can be achieved by json1 sqlite3 extension (see https://github.com/SMAPPNYU/smapphowto/blob/master/howto_get_going_with_sqlite_json1.md and https://www.sqlite.org/json1.html)
Best regards
The text was updated successfully, but these errors were encountered: