sql-fun 0.1.0

SQL query/statement execution code generator
Documentation
1
2
3
4
5
6
7
8
9
#
#  sql-fun  SQL syntax highlighter default theme
#

identifier = { foreground="yellow" }
constant = { foreground="cyan" }
comment = { foreground="green", dimmed=true }
keyword = { foreground="blue" }