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

@@ -26,6 +26,7 @@ require (
replace (
acl.orly => ../acl
crypto.orly => ../crypto
database.orly => ../database
encoders.orly => ../encoders
interfaces.orly => ../interfaces
next.orly.dev => ../../