Contents

sqladmin 0.23.0

0

SQLAlchemy admin for FastAPI and Starlette

SQLAlchemy admin for FastAPI and Starlette

Stars: 2660, Watchers: 2660, Forks: 269, Open Issues: 104

The aminalaee/sqladmin repo was created 4 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 2660 github stars!

How to Install sqladmin

You can install sqladmin using pip

pip install sqladmin

or add it to a project with poetry

poetry add sqladmin

Package Details

Author
Amin Alaee
License
None
Homepage
None
PyPi:
https://pypi.org/project/sqladmin/
Documentation:
https://aminalaee.github.io/sqladmin/
GitHub Repo:
https://github.com/aminalaee/sqladmin

Classifiers

  • Internet/WWW/HTTP
No  sqladmin  pypi packages just yet.

Errors

A list of common sqladmin errors.

Code Examples

Here are some sqladmin code examples and snippets.

GitHub Issues

The sqladmin package has 104 open issues on GitHub

  • fix: add RootPathMiddleware for proper static file routing with root_…
  • [Feature] Improve logout button and logo_url
  • [Bug] Improved error display in the delete modal window
  • [Bug] Authorization vulnerability for expose and action
  • Fix TypeError with UUID primary keys in issubclass check
  • Showing exceptions happened during delete in list page as per #898
  • "Save and continue editing" hidden wh
  • Handling SQLAlchemy UUID fields correctly by introducing new UuidField.
  • Cannot input UUID from form
  • Fixing #915
  • Bump mkdocs-material from 9.6.14 to 9.7.1
  • Bump mkdocstrings[python] from 0.26.1 to 0.30.1
  • Bump mypy from 1.18.1 to 1.19.1
  • core: fix ambiguous column error when searching or sorting
  • Regression: TypeError with UUID primary keys in 0.22.0: issubclass() arg 1 must be a class

See more issues on GitHub

Related Packages & Articles

piccolo 1.32.0

A fast, user friendly ORM and query builder which supports asyncio.

fastapi 0.129.0

FastAPI framework, high performance, easy to learn, fast to code, ready for production

authx 1.5.0

Ready to use and customizable Authentications and Oauth2 management for FastAPI

fastapi-admin 1.0.4

A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.