phoenix/database
Ivan R. 5aa2cee5b1
chore: migrate to database/sql
Since I started simplifying, I decided to abandon ORM.

I won’t say that this makes much sense, everything works more or less as before.
Except that the size of the program has decreased slightly again, by about a megabyte.
2024-03-26 00:40:52 +05:00
..
admins.go chore: migrate to database/sql 2024-03-26 00:40:52 +05:00
admins_test.go chore: migrate to database/sql 2024-03-26 00:40:52 +05:00
connection.go chore: migrate to database/sql 2024-03-26 00:40:52 +05:00
connection_test.go chore: migrate to database/sql 2024-03-26 00:40:52 +05:00
errors.go chore: migrate to database/sql 2024-03-26 00:40:52 +05:00
groups.go chore: migrate to database/sql 2024-03-26 00:40:52 +05:00
groups_test.go chore: migrate to database/sql 2024-03-26 00:40:52 +05:00
links.go chore: migrate to database/sql 2024-03-26 00:40:52 +05:00
links_test.go chore: migrate to database/sql 2024-03-26 00:40:52 +05:00
migrations.go chore: migrate to database/sql 2024-03-26 00:40:52 +05:00
migrations_test.go chore: migrate to database/sql 2024-03-26 00:40:52 +05:00