sqliteKeywords top-level constant
Contains a set of all sqlite keywords, according to https://www.sqlite.org/lang_keywords.html. Drift will use this list to escape keywords.
Implementation
const sqliteKeywords = baseKeywords;
Contains a set of all sqlite keywords, according to https://www.sqlite.org/lang_keywords.html. Drift will use this list to escape keywords.
const sqliteKeywords = baseKeywords;