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

starlette

Here are 253 public repositories matching this topic...

dantownsend
dantownsend commented Nov 12, 2021

It would be nice if there was a new clause which can be added to queries called callback.

For example:

def callback_handler(success, value):
    if success:
        print(f'The query was successful and returned {value}')
    else:
        print("The query failed")

Band.select().callback(callback_handler).run_sync()

The callback could be a function or coroutine, wh

enhancement good first issue medium priority
starlite
sqladmin
badger-py
badger-py commented Apr 2, 2022

Checklist

  • There are no similar issues or pull requests for this yet.

Is your feature related to a problem? Please describe.

Add auto link in relationship. As example: https://python-sqladmin.herokuapp.com/admin/address/details/1 to get user I need to go to table users, find user(no search). Please make user_id a link to users

Describe the solution you would like.

user_id is

enhancement good first issue
MrNaif2018
MrNaif2018 commented Jan 25, 2022

Would you like to contribute to BitcartCC on a regular basis in a team of people, discussing the best ways of implementation and learning something new?
You can join the BitcartCC team!
We are a team of volunteers maintaining this project in our free time.
I will guide you through project setup and answer all the questions to help you onboard

The project uses many different technologies so y

enhancement help wanted good first issue
florimondmanca
florimondmanca commented Oct 8, 2019

We should document how to integrate with various ASGI frameworks besides Starlette (relevant resources in parentheses):

  • Starlette
  • FastAPI
  • Responder
  • Quart
  • Sanic (listeners ≈ ASGI lifespan event handlers)

~The first step would be to moving the current "ASGI sub-mounting" Starlette-specif

good first issue docs

Improve this page

Add a description, image, and links to the starlette 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 starlette topic, visit your repo's landing page and select "manage topics."

Learn more