micropg
Database driver
A driver library for interacting with PostgreSQL databases on MicroPython platforms
PostgreSQL database driver for MicroPython
26 stars
8 watching
3 forks
Language: Python
last commit: 11 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
timonw-dev/micropg_lite | A lightweight PostgreSQL database driver for MicroPython | 4 |
nakagami/nmongo | A MongoDB driver for CPython and MicroPython with shell-like APIs and support for multiple databases | 20 |
psycopg/psycopg | A PostgreSQL database adapter for Python | 1,800 |
karlseguin/pg.zig | A native PostgreSQL client driver written in Zig | 259 |
jposada202020/micropython_ds1841 | A MicroPython driver for interacting with the DS1841 potentiometer sensor | 0 |
cheatfate/asyncpg | A pure asynchronous PostgreSQL driver for the Nim programming language | 59 |
dimitri/pgcopydb | Automates copying of databases between Postgres servers with parallel processing and streaming capabilities. | 1,216 |
pramasoul/micropython-sharp_memory_display | A driver for SHARP memory displays used in embedded systems | 11 |
jposada202020/micropython_ds3502 | A MicroPython driver for a specific type of potentiometer sensor. | 0 |
jposada202020/micropython_mma8452q | A MicroPython driver for interacting with an NXP MMA8452Q accelerometer | 0 |
xxgreg/dart_postgresql | Provides an interface to PostgreSQL databases from Dart applications | 84 |
jposada202020/micropython_mma8451 | A MicroPython module for an MMA8451 3-axis accelerometer sensor | 1 |
phppgadmin/phppgadmin | A web-based administration tool for managing PostgreSQL databases | 806 |
ged/ruby-pg | A PostgreSQL client library for Ruby that provides a straightforward interface to interact with PostgreSQL databases. | 804 |
jackc/pgconn | A low-level PostgreSQL database driver with focus on connection and authentication management. | 184 |