transpiler icon indicating copy to clipboard operation
transpiler copied to clipboard

avoid builtin sql injection

Open larshp opened this issue 3 years ago • 0 comments

SELECT + INSERT + more

note that it is not as bad as it sounds, the SQLite database is initialized on every run

prepare everything? https://sql.js.org

https://sql.js.org/documentation/Database.html

larshp avatar Jan 16 '22 09:01 larshp