Skip to content
#

ASGI

ASGI (Asynchronous Server Gateway Interface) is a spiritual successor to WSGI, intended to provide a standard interface between async-capable Python web servers, frameworks, and applications.

Here are 204 public repositories matching this topic...

dantownsend
dantownsend commented Aug 25, 2021

Piccolo now has a command for generating a schema from an existing database.

piccolo schema generate

The current implementation doesn't cover every possible edge case and database feature, so there's room for improvement. For example:

Column defaults

Getting the defaults for a column, and reflecting them in the Piccolo column. For example, if the column has a default o