micropg_lite V3 has been optimized from scratch and contains almost all the functionalities of micropg. The RAM consumption is currently only slightly higher.
**Added support for:**
- Escape parameters
- "CREATE DATABASE" and"DROP DATABASE"
- Rollback
- SSL
- ...other features which were not supported in micropg_lite V2
**Lasting restrictions:**
- reduced error handling
- no MD5 auth method support
- No native support for the so-called "executemany" function
**Full Changelog**: https://github.com/TimonW-Dev/micropg_lite/compare/micropg_lite-V2.1.1...micropg_lite-3.0.0