Skip to content

Commit 2273ecd

Browse files
committed
README: Update csharp-npgsql project
Also to trigger the job on CI.
1 parent 680e059 commit 2273ecd

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

by-language/csharp-npgsql/README.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ Basic example for connecting to CrateDB using .NET (C#)
99
About
1010
*****
1111

12+
The file ``DemoProgram.cs`` is a demonstration program written in `C#`_ which
13+
outlines typical, very basic usage scenarios with CrateDB.
14+
1215
CrateDB versions prior to 4.2 needed a custom fork of the official Npgsql .NET
1316
data provider for PostgreSQL, `crate-npgsql`_. CrateDB versions 4.2 and later
14-
work with the vanilla Npgsql driver without the need for a plugin.
15-
16-
The file ``DemoProgram.cs`` is a demonstration program written in C# which
17-
outlines typical, very basic usage scenarios with CrateDB.
17+
work with the vanilla `Npgsql - .NET Access to PostgreSQL`_ driver without the
18+
need for a plugin.
1819

1920

20-
2121
*****
2222
Usage
2323
*****
2424

2525
To invoke a CrateDB instance for evaluation purposes, run::
2626

27-
docker run -it --rm --publish=4200:4200 --publish=5432:5432 crate:4.5.1
27+
docker run -it --rm --publish=4200:4200 --publish=5432:5432 crate:4.7
2828

2929
Invoke example program::
3030

@@ -36,7 +36,7 @@ To connect to CrateDB Cloud, use a command like::
3636
--host=clustername.aks1.westeurope.azure.cratedb.net --ssl-mode=Require \
3737
--username=foobar --password='X8F%Shn)TESTvF5ac7%eW4NM'
3838

39-
Explore all available options::
39+
Explore all available connection options::
4040

4141
dotnet run --framework=net5.0 -- --help
4242

@@ -58,4 +58,6 @@ For running the tests against a remote database, use, for example::
5858
dotnet test --framework=net5.0
5959

6060

61+
.. _C#: https://en.wikipedia.org/wiki/C_Sharp_(programming_language)
6162
.. _crate-npgsql: https://github.com/crate/crate-npgsql
63+
.. _Npgsql - .NET Access to PostgreSQL: https://www.npgsql.org/

0 commit comments

Comments
 (0)