I want to move from postgres to mysql so our team ...
# orm-help
d
I want to move from postgres to mysql so our team can use planetscale. Since scalar lists arent supported in mysql, whats the best way of handling moving a postgres db with scalar lists to mysql?
n
Hey Damian 👋 As MySQL doesn’t support scalar lists people usually prefer to store arrays in JSON as described in this blog post
👍 1
t
Depending on the use case, JSON might cause some querying issues
🙏 1