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
Could it be created as a facade, such as only one plugin API (Database) is used by other plugins. But actual implementation of the database would be separate plugins like PostgresDatabase, MongoDatabase?
Maybe it would require two facades, one for NoSQL and another for SQL.
wdyt?
The text was updated successfully, but these errors were encountered:
Hum I see, this Entity Framework Core is nice. So basically, server owners would handle storage of stats/inventory/etc. themself instead of providing a common ground through a plugin?
This is to continue on conversation #21 (comment)
Could it be created as a facade, such as only one plugin API (Database) is used by other plugins. But actual implementation of the database would be separate plugins like PostgresDatabase, MongoDatabase?
Maybe it would require two facades, one for NoSQL and another for SQL.
wdyt?
The text was updated successfully, but these errors were encountered: