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? |
Answered by
JonPSmith
May 25, 2023
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. |
2 replies
Answer selected by
KDCheapCheap
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.