Peter Bierma

Results 71 comments of Peter Bierma

For batteries detachable purposes, the [Django ORM](https://docs.djangoproject.com/en/5.0/topics/db/queries/), [PeeWee](http://docs.peewee-orm.com/en/latest/), and probably [SQLAlchemy](https://www.sqlalchemy.org/) should all be supported natively by view.py

[SQLModel](https://sqlmodel.tiangolo.com/) looks like a good choice to support as well.

This needs #30 for subscriptions.

Maybe this could some with some WSGI hook utility as well? I don't know that much about WSGI, but theoretically it should be possible to convert ASGI objects into their...

This is no longer a beginner issue. This should involve the `PyAwaitable` API (details in #19) and likely implement HTTP internally. This is also now waiting on #109. This will...

On a second thought, reimplementing HTTP is probably a terrible idea. [cURL](https://curl.se/) could be shipped with view.py for an HTTP client. This might cause some blocking I/O problems, though. It...

As an alternative, view could generate an OpenAPI specification.

Any progress here? Will unassign if inactive.

Need an API designed for this. Perhaps it could be with the component system?