Изменения документа PostgreSQL. Npgsql
Редактировал(а) Alexandr Fokin 2024/04/13 12:41
<
отредактировано Alexandr Fokin
на 2024/04/13 12:41
на 2024/04/13 12:41
отредактировано Alexandr Fokin
на 2022/11/02 18:08
на 2022/11/02 18:08
Изменить комментарий:
Update document after refactoring.
Комментарий
-
Свойства страницы (2 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Родительский документ
-
... ... @@ -1,1 +1,1 @@ 1 -Разработка.NET.Работа с БД. Группа\.Провайдеры\..WebHome1 +Разработка.NET.Работа с БД.Провайдер.WebHome - Содержимое
-
... ... @@ -1,47 +1,5 @@ 1 -| |[[PostgreSQL>>doc:Разработка.Базы данных.SQL.PostgreSQL.WebHome]], [[Ado.Net>>doc:Разработка.NET.Работа с БД.Группа\. Провайдеры\..Ado\.Net.WebHome]] 2 -| |((( 1 +Npgsql - .NET Access to PostgreSQL 3 3 Npgsql aims to be fully ADO.NET-compatible, its API should feel almost identical to other .NET database drivers. 4 4 https://www.npgsql.org/doc/index.html 5 5 6 -Npgsql - the .NET data provider for PostgreSQL 7 -npgsql/npgsql 8 -[[https:~~/~~/github.com/npgsql/npgsql>>https://github.com/npgsql/npgsql]] 9 -))) 10 -| |((( 11 -|Connection String Parameters 12 -[[https:~~/~~/www.npgsql.org/doc/connection-string-parameters.html>>https://www.npgsql.org/doc/connection-string-parameters.html]] 13 -|Performance 14 -[[https:~~/~~/www.npgsql.org/doc/performance.html>>https://www.npgsql.org/doc/performance.html]] 15 -|((( 16 -Prepared Statements 17 -[[https:~~/~~/www.npgsql.org/doc/prepare.html?q=prepare>>https://www.npgsql.org/doc/prepare.html?q=prepare]] 18 - 19 -Параметры клиента могут достаточно весомо влиять на производительность запросов. 20 -))) 21 - 22 22 23 -))) 24 - 25 ----- 26 - 27 -==== Внутренние ссылки: ==== 28 - 29 -====== Дочерние страницы: ====== 30 - 31 -{{children/}} 32 - 33 -====== Обратные ссылки: ====== 34 - 35 -{{velocity}} 36 -#set ($links = $doc.getBacklinks()) 37 -#if ($links.size() > 0) 38 - #foreach ($docname in $links) 39 - #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) 40 - * [[$escapetool.xml($rdoc.fullName)]] 41 - #end 42 -#else 43 - No back links for this page! 44 -#end 45 -{{/velocity}} 46 - 47 -----