crate / micropython-cratedb

A CrateDB Driver for MicroPython.

Home Page:https://cratedb.com

Repository from Github https://github.comcrate/micropython-cratedbRepository from Github https://github.comcrate/micropython-cratedb

Investigate replacing base64 dependency with builtin code.

simonprickett opened this issue · comments

I learned from attending the MicroPython meetup that we might be able to remove the dependency on the base64 library, by using built in functions:

The built-in base64 functions are binascii.b2a_base64 and binascii.a2b_base64

Try this out!