dashboard / erock/pico / refactor: remove unused db methods #97 rss

accepted · opened on 2025-12-18T04:19:09Z by erock
Help
checkout latest patchset:
ssh pr.pico.sh print pr-97 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print ps-X | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 97
add review to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add --review 97
accept PR:
ssh pr.pico.sh pr accept 97
close PR:
ssh pr.pico.sh pr close 97
Timeline Patchsets

Range-diff rd-177

title
refactor: remove unused db methods
description
Patch equal
old #1
fdc255e
new #1
fdc255e
title
chore: add tests for postgres db impl
description
Patch equal
old #2
3f855f6
new #2
3f855f6
title
refactor: use sqlx interface
description
Patch equal
old #3
7cd29a6
new #3
7cd29a6
title
chore: add db tags
description
Patch equal
old #4
acd449e
new #4
acd449e
title
refactor: use sqlx
description
Patch equal
old #5
f6ed0d7
new #5
f6ed0d7
title
refactor: replace custom sql functions with sqlx
description
Patch equal
old #6
29035c6
new #6
29035c6
title
refactor: inline all sql queries
description
Patch equal
old #7
d4ea6d9
new #7
d4ea6d9
title
refactor: use `select * from` where possible
description
Patch added
old #0
(none)
new #8
4bd37ed
Back to top
1: fdc255e = 1: fdc255e refactor: remove unused db methods
2: 3f855f6 = 2: 3f855f6 chore: add tests for postgres db impl
3: 7cd29a6 = 3: 7cd29a6 refactor: use sqlx interface
4: acd449e = 4: acd449e chore: add db tags
5: f6ed0d7 = 5: f6ed0d7 refactor: use sqlx
6: 29035c6 = 6: 29035c6 refactor: replace custom sql functions with sqlx
7: d4ea6d9 = 7: d4ea6d9 refactor: inline all sql queries
-: ------- > 8: 4bd37ed refactor: use `select * from` where possible