You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm interested in using gotrue/gothic in a serverless setting, and as such would love to use a database like Firestore/DynamoDB from Google/AWS. I see that the store package exports Connection { *gorm.DB } which makes every other package be able to do anything, making it quite an overhaul to move to a "Store" that could be implemented via both SQL and Object databases.
Would you be interested in sparring about this, or me making/attempting the overhaul to accommodate for object databases?
The text was updated successfully, but these errors were encountered:
I'm interested in using gotrue/gothic in a serverless setting, and as such would love to use a database like Firestore/DynamoDB from Google/AWS. I see that the store package exports
Connection { *gorm.DB }
which makes every other package be able to do anything, making it quite an overhaul to move to a "Store" that could be implemented via both SQL and Object databases.Would you be interested in sparring about this, or me making/attempting the overhaul to accommodate for object databases?
The text was updated successfully, but these errors were encountered: