Skip to content

Commit d85c558

Browse files
maurice-freitagGiorgi
authored andcommitted
Added usage docs for MotherDuck
1 parent df2c8c2 commit d85c558

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,15 @@ private static void PrintQueryResults(DbDataReader queryResult)
6767
}
6868
}
6969
```
70+
71+
### MotherDuck
72+
73+
To connect to [MotherDuck](https://motherduck.com):
74+
75+
```cs
76+
using var duckDBConnection = new DuckDBConnection("DataSource=md:{your_database}?motherduck_token=ey...");
77+
```
78+
7079
## Known Issues
7180

7281
When debugging your project that uses DuckDB.NET library, you may get the following error: **System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt**. The error happens due to debugger interaction with the native memory. For a workaround check out [Debugger Options mess up debugging session during Marshalling

0 commit comments

Comments
 (0)