Does this Library work with MongoDb databases? #85
-
May be a bit of a noob question but I can see in the SetupAspNetCoreAndDatabase section of the Wiki, you call UsingEfCoreSqlServer(connectionString). Is this just for example purposes or does it only work with SQL? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Sorry, but the AuthP library doesn't support the MongoDb database. That's because it uses EF Core to access the database and EF Core doesn't support the MongoDb database. Currently AuthP supports SqlServer and Postgres, but version 5 of the AuthP library (which will be out in a month or so, will allow you to many more EF Core databases providers. |
Beta Was this translation helpful? Give feedback.
Sorry, but the AuthP library doesn't support the MongoDb database. That's because it uses EF Core to access the database and EF Core doesn't support the MongoDb database.
Currently AuthP supports SqlServer and Postgres, but version 5 of the AuthP library (which will be out in a month or so, will allow you to many more EF Core databases providers.