This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
sqlalchemy db when deployed to deta changed into readonly #257
Answered
by
cofob
SaketMunda
asked this question in
Help
-
using fastapi and sqlalchemy db, working fine in local env but when deployed to deta micro it changed to readonly and not allowing me to write any objects. Is there any configurations to be done ? |
Beta Was this translation helpful? Give feedback.
Answered by
cofob
Jun 9, 2022
Replies: 2 comments
Answer selected by
SaketMunda
-
I think this is the answer, Micros only support read-only SQLite, which you could deploy with your code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Read the docs.