added ? placeholder processing

This commit is contained in:
2025-10-12 23:47:10 +03:00
parent 4ecc170179
commit b104ff31b6
3 changed files with 37 additions and 14 deletions

View File

@@ -1,18 +1,19 @@
package Btchrr
import (
"btchrr/batcher"
"btchrr/dbadapter"
"context"
"database/sql"
"btchrr/models"
"btchrr/batcher"
"btchrr/dbadapter"
)
// Btchrr - main struct for the package
type Btchrr struct {
batcher *batcher.Batcher
executor Executor
//TODO: transactional bool
}
// Executor - interface for the sql execution