mutecomm / go-sqlcipher

Self-contained Go sqlite3 driver with an AES-256 encrypted sqlite3 database
Other
159 stars 60 forks source link

json_extract #29

Open eldridgerexroy opened 7 months ago

eldridgerexroy commented 7 months ago

hi, i need to use this package and enable json_extract features, i tried to modify sqlite3.c and try to enable json_extract but it does not work, is there anyway to activate it? since the code is already there. thank you