Skip to content

micropg_superlite-V1.0.0

Latest
Compare
Choose a tag to compare
@TimonW-Dev TimonW-Dev released this 10 Feb 19:23
02b236e

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