First version of micropg_superlite
micropg_superlite requires about 20% less RAM compared to micropg_lite.
Limitations
New micropg_superlite limitations:
- Forced autocommit (No manual commit function needed and not possible)
- No support for ROLLBACK
- No support for SSL
- No support for for CREATE and DROP database
Previous micropg_lite limitations:
- Reduced error handling
- No MD5 auth method support
- No native support for the so-called "executemany" function