Hacker News new | past | comments | ask | show | jobs | submit login

How do you typically deal with "missing features" from SQLite (e.g. stored procedures)? Do you use extensions like https://github.com/nalgeon/sqlean in production?



Don't Application-Defined SQL functions fulfill the role of stored procedures?

https://www.sqlite.org/appfunc.html


Yes, but you have to write C; I am more confident in SQL, and SQL fits better with the rest of my data stack.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: