sqlbind
sqlbind copied to clipboard
Lightweight text-based SQL parameter binds
Results
1
sqlbind issues
Sort by
recently updated
recently updated
newest added
Hi, I have an idea for an alternate API which I think might be cleaner and less error-prone. Here's a quick mockup: ```py class Binder: def __init__(self, params: list, value)...
enhancement