Introduce ProcessDelete method in database package; update go.mod with database.orly module replacements across packages

This commit is contained in:
2025-09-06 08:38:06 +01:00
parent b76b63c9ac
commit 5a640e7502
6 changed files with 87 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ go 1.25.0
replace (
crypto.orly => ../crypto
encoders.orly => ../encoders
database.orly => ../database
interfaces.orly => ../interfaces
next.orly.dev => ../../
protocol.orly => ../protocol