-
Purpose of the feature. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Hello @darcome -- could you please elaborate on what's your intent? Is your intent to connect using a MongoDB driver or just connecting directly using PostgreSQL? |
Beta Was this translation helpful? Give feedback.
-
Hi @darcome, could you help provide more context here? thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi veryone, I was asking how to connect to the database using .NET, but I suppose the postgres driver can be used, and then write the documentdb commands like they were normal SQL queries, correct? |
Beta Was this translation helpful? Give feedback.
-
@darcome - that is correct. You can just use a .NET postgres driver like Npgsql and run postgres queries using our postgres APIs. |
Beta Was this translation helpful? Give feedback.
@darcome - that is correct. You can just use a .NET postgres driver like Npgsql and run postgres queries using our postgres APIs.