Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
maCDzP
on Jan 27, 2025
|
parent
|
context
|
favorite
| on:
Supercharge SQLite with Ruby Functions
Is this the same thing as create_function for python?
https://docs.python.org/3/library/sqlite3.html#sqlite3.Conne...
julik
on Jan 27, 2025
[–]
OP here. Yes, it is, except that the only builtin flag it offers is `deterministic` - if you want to also use "directonly" you probably will need the same OR trick.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://docs.python.org/3/library/sqlite3.html#sqlite3.Conne...