sqliteKeywords top-level constant

Set<String> const sqliteKeywords

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;