We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7d53e commit 321548bCopy full SHA for 321548b
test/KingbaseES.BasicTest/BlogContextFactory.cs
@@ -8,6 +8,7 @@ public class BlogContextFactory : IDesignTimeDbContextFactory<BlogContext>
8
public BlogContext CreateDbContext(string[] args)
9
{
10
var optionsBuilder = new DbContextOptionsBuilder<BlogContext>();
11
+
12
optionsBuilder.UseKdbndp("host=localhost;port=54321;database=test;username=system;password=123456;");
13
14
return new BlogContext(optionsBuilder.Options);
0 commit comments