Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(books): Bump pr/alexeykovyazin/#5397: russian FirebirdSQL books #5538

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update books/free-programming-books-ru.md
Co-authored-by: David Ordás <davorpatech@gmail.com>
  • Loading branch information
eshellman and davorpa authored Aug 25, 2021
commit cef050906cb719b857e067b0da03f6d96bd8c805
15 changes: 9 additions & 6 deletions books/free-programming-books-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,14 +517,17 @@
* [Документация](https://postgrespro.ru/docs/postgresql) (PDF)
* [История о PostgreSQL](http://www.inp.nsk.su/~baldin/PostgreSQL/index.html) - Linux Format
* [Работа с PostgreSQL - настройка и масштабирование](http://postgresql.leopard.in.ua) - А. Ю. Васильев
* [PostgreSQL для начинающих](https://postgrespro.ru/education/books/introbook) (PDF)
* [PostgreSQL для начинающих](https://postgrespro.ru/education/books/introbook) - Luzanov Pavel Veniaminovich, Rogov Yegor Valerievich, Levshin Igor Viktorovich (PDF)


#### FirebirdSQL
* [Краткое руководство по миграции на Firebird 4.0] (https://github.com/sim1984/fbmigrgd40/releases/download/1.0/doc.rus.pdf)(PDF)
* [Руководство по языку Firebird 4.0] (https://www.ibase.ru/files/firebird/Firebird_4_0_Language_Reference_RUS.pdf?v=20210523) (PDF)
* [Руководство по языку Firebird 3.0] (https://www.ibase.ru/files/firebird/Firebird_3_0_Language_Reference_RUS.pdf) (PDF)
* [Руководство по аппаратному обеспечению для Firebird] (https://www.ibase.ru/files/firebird/Firebird_Hardware_Guide_2015_rus.pdf) (PDF)
* [Руководство по написанию UDR на Pascal] (https://github.com/sim1984/udr-book/releases/download/1/udr.pdf)(PDF)

* [Краткое руководство по миграции на Firebird 4.0](https://github.com/sim1984/fbmigrgd40) - Denis Simonov ([HTML](https://github.com/sim1984/fbmigrgd40/releases/download/1.0/doc.rus.html), [PDF](https://github.com/sim1984/fbmigrgd40/releases/download/1.0/doc.rus.pdf))
* [Руководство по языку Firebird 4.0](http://www.ibase.ru/files/firebird/Firebird_4_0_Language_Reference_RUS.pdf) - Dmitry Filippov, Alexander Karpeikin, Alexey Kovyazin, Dmitry Kuzmenko, Denis Simonov, Paul Vinkenoog, Dmitry Emanov, Mark Rotteveel (PDF)
* [Руководство по языку Firebird 3.0](http://www.ibase.ru/files/firebird/Firebird_3_0_Language_Reference_RUS.pdf) - Denis Simonov, Paul Vinkenug, Dmitry Filippov, Dmitry Emanov, Alexander Karpeikin, Dmitry Kuzmenko, Alexey Kovyazin (PDF)
* [Руководство по аппаратному обеспечению для Firebird](http://www.ibase.ru/files/firebird/Firebird_Hardware_Guide_2015_rus.pdf) - IBSurgeon (PDF)
* [Руководство по написанию UDR на Pascal](https://github.com/sim1984/udr-book) - Denis Simonov ([PDF](https://github.com/sim1984/udr-book/releases/download/1/udr.pdf), [code examples](https://github.com/sim1984/udr-book/tree/master/examples))


### Swift

Expand Down