Skip to content

How to create list of strings in schema Column? #18

Answered by rkistner
Gambley1 asked this question in Q&A
Discussion options

You must be logged in to vote

You can use json, jsonb, text[], or any other array type. PowerSync converts all of those to JSON text, which you can then query using SQLite's json1 functions, or parse in the app code.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Gambley1
Comment options

Answer selected by Gambley1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants