File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
This .NET library extends [ Npgsql] ( https://www.npgsql.org/ ) functions to simplify certain PostgreSQL tasks, including:
4
4
- [ BulkAdd] ( #bulkadd-npgsqlconnection-extension ) (using PostgreSQL COPY function)
5
5
- [ BulkAddAsync] ( #bulkadd-npgsqlconnection-extension ) (using PostgreSQL COPY function)
6
- - [ CopyTableAsTemp] ( ) - Creates an empty temporary table that mirrors an existing table
7
- - [ CopyTableAsTempAsync] ( ) - Creates an empty temporary table that mirrors an existing table
6
+ - [ CopyTableAsTemp] ( #copytableastemp-npgsqlconnection-extension ) - Creates an empty temporary table that mirrors an existing table
7
+ - [ CopyTableAsTempAsync] ( #copytableastemp-npgsqlconnection-extension ) - Creates an empty temporary table that mirrors an existing table
8
8
9
9
## BulkAdd (NpgsqlConnection extension)
10
10
This command utilizes the PostgreSQL COPY function to perform an optimized insert of .NET objects into a PostgreSQL database table of your choice.
You can’t perform that action at this time.
0 commit comments