cossacklabs / acra

Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.
https://www.cossacklabs.com/acra/
Apache License 2.0
1.34k stars 128 forks source link

Update python extended example #524

Closed Zhaars closed 2 years ago

Zhaars commented 2 years ago

As part of acra-engineering demo Type Awareness feature we need to extend python examples to support it.

Since python examples from acra are used inside acra-engendering demo, this PR is part of acra-eng demo modification.

This PR contains little extends of encryptor configs with new data_type fields. Important part is adding one more schema inside py files. These are needed to construct table inside DB(with raw fields) and another for making queries (with defined type)

Checklist