k2v-academy / K2View-Academy

Other
0 stars 0 forks source link

SQLite JSON1 Extension #124

Closed F78aPg0zjWnRKWkYrBd6lShvmAYl8doniMtEnFN closed 3 years ago

F78aPg0zjWnRKWkYrBd6lShvmAYl8doniMtEnFN commented 3 years ago
  1. Is SQLite JSON1 extension enabled in Fabric?
  2. If not, does it require product to enable it, or can it be enabled directly by the project?
  3. Is there any experience and/or recommendations about using it?

Thanks.

i7QC2njzxHCc0LYBqCh0HQf30xF2DYuJjqtFbNe commented 3 years ago

Hi,

It is enabled.

For Example:

fabric>select json_valid('{"x":35}'); |json_valid('{"x":35}')| +----------------------+ |1 |

(1 rows)