how to encode and decode binary data in postgresql ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
1
Cevapla
3218
Görünümler
Odoo encode and decode binary data saved into the database like the content of binary field using base64 so you are free to play with:
import base64
base64.encode(data)
base64.decode(data)
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Ol