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

Isyufu/HW 27 Базы данных #34

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

isyufu
Copy link

@isyufu isyufu commented Apr 3, 2024

Поздно заметил что сделал на основе ветки домашнего задания 18 урока по асинхронному получению покемонов, в итоге включает коммиты той ветки.
Когда приступил к решению, пункт 4 "Используя библиотеку honey-sql сделать конструктор запросов к базе данных" стал странным, т.к. получается что делаю конструктор на конструктор.

Comment on lines +10 to +17
Такое использование больше похоже на паттерн builder
Но оно ни чем не отличается от самого HoneySql
( -> {}
(from-fn :table-name)
(columns-fn [:name :id])
(to-sql)
)
"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants