The Wayback Machine - https://web.archive.org/web/20210913162451/https://github.com/topics/fastapi
Skip to content
#

fastapi

Here are 1,866 public repositories matching this topic...

fastapi
tiangolo
tiangolo commented Jun 12, 2020

First check

  • I added a very descriptive title to this issue.
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the FastAPI documentation, with the integrated search.
  • I already searched in Google "How to X in FastAPI" and didn't find any information.
  • I already read and followed all the tutorial in the docs and didn't find an answ
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

Improve this page

Add a description, image, and links to the fastapi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fastapi topic, visit your repo's landing page and select "manage topics."

Learn more