This mixin provides the ability to access elements within a SQL array.
Example
sql.array.sqlSubscript(1) //=> array[1]
sql.array.sqlSubscript(1, 2) //=> array[1, 2]
sql.array.sqlSubscript([1, 2]) //=> array[1, 2]
define({