Исходный код вики PostgreSQL. Npgsql
Редактировал(а) Alexandr Fokin 2024/04/13 12:41
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | | |[[PostgreSQL>>doc:Разработка.Базы данных.SQL.PostgreSQL.WebHome]], [[Ado.Net>>doc:Разработка.NET.Работа с БД.Группа\. Провайдеры\..Ado\.Net.WebHome]] | ||
2 | | |((( | ||
3 | Npgsql aims to be fully ADO.NET-compatible, its API should feel almost identical to other .NET database drivers. | ||
4 | https://www.npgsql.org/doc/index.html | ||
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 | |||
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 | ---- |