awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 Repos

Awesome GitHub RepositoriesWeb Framework Integrations

Plugins for integrating database sessions with web frameworks.

Explore 12 awesome GitHub repositories matching part of an awesome list · Web Framework Integrations. Refine with filters or upvote what's useful.

Awesome Web Framework Integrations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • visionmedia/supertestAvatar von visionmedia

    visionmedia/supertest

    14,365Auf GitHub ansehen↗

    Supertest is a Node.js HTTP testing library that provides a framework for making requests and asserting responses from web servers. It functions as an HTTP assertion framework designed to verify status codes, response bodies, and headers during automated server tests. The library features an ephemeral port server manager that automatically binds servers to random available ports, removing the need for manual port tracking and preventing conflicts during concurrent test execution. It also includes an HTTP session state manager to persist cookies and session data across multiple sequential requ

    HTTP assertion library for testing Node.js APIs.

    JavaScript
    Auf GitHub ansehen↗14,365
  • apollographql/apollo-serverAvatar von apollographql

    apollographql/apollo-server

    13,943Auf GitHub ansehen↗

    Apollo Server is a spec-compliant JavaScript implementation for building GraphQL APIs that resolve queries and mutations based on a defined schema. It functions as a Node.js framework that integrates GraphQL functionality into various web frameworks and serverless environments through middleware. The project provides a federated GraphQL gateway that aggregates multiple distributed subgraphs into a single unified entry point. It includes a built-in interactive API sandbox for testing operations at the server endpoint and a schema registry client to automate the synchronization of API definitio

    GraphQL server implementation for API development.

    TypeScript
    Auf GitHub ansehen↗13,943
  • michallytek/type-graphqlAvatar von MichalLytek

    MichalLytek/type-graphql

    8,088Auf GitHub ansehen↗

    Type-graphql is a toolkit and framework for creating type-safe GraphQL APIs. It functions as a schema generator and resolver library that uses TypeScript classes and decorators as the primary source of truth for data structures and query logic. The project enables the definition of GraphQL schemas and resolvers through typed classes rather than manual schema definition language. This approach ensures that TypeScript types automatically align with the GraphQL schema to prevent runtime errors. The framework provides capabilities for API implementation, including input data validation and acces

    TypeScript-based framework for building GraphQL APIs.

    TypeScript
    Auf GitHub ansehen↗8,088
  • flask-admin/flask-adminAvatar von flask-admin

    flask-admin/flask-admin

    6,071Auf GitHub ansehen↗

    Simple and extensible administrative interface framework for Flask

    Provides an admin interface for web applications.

    Python
    Auf GitHub ansehen↗6,071
  • tortoise/tortoise-ormAvatar von tortoise

    tortoise/tortoise-orm

    5,582Auf GitHub ansehen↗

    Tortoise ORM is an asynchronous object-relational mapper for Python that mirrors Django's model and queryset API while running on asyncio. It defines database tables as Python classes with typed fields and supports foreign key, many-to-many, and one-to-one relations, providing a chainable query API for filtering, annotating, grouping, and prefetching related objects without blocking the event loop. The ORM includes a built-in migration engine that detects model changes, generates migration files, and applies or reverts schema changes through a command-line tool. It connects to PostgreSQL, MyS

    Connects the ORM lifecycle to ASGI frameworks so database connections start and stop with the application.

    Pythonasyncasynciomysql
    Auf GitHub ansehen↗5,582
  • graphql-nexus/nexusAvatar von graphql-nexus

    graphql-nexus/nexus

    3,434Auf GitHub ansehen↗

    Code-First, Type-Safe, GraphQL Schema Construction

    Code-first GraphQL schema construction for TypeScript.

    TypeScript
    Auf GitHub ansehen↗3,434
  • jpscaletti/sqla-wrapperAvatar von jpscaletti

    jpscaletti/sqla-wrapper

    148Auf GitHub ansehen↗

    A friendly wrapper for modern SQLAlchemy and Alembic

    Provides a framework-independent wrapper for database setup.

    Python
    Auf GitHub ansehen↗148
  • iurisilvio/bottle-sqlalchemyAvatar von iurisilvio

    iurisilvio/bottle-sqlalchemy

    126Auf GitHub ansehen↗

    Bottle SQLAlchemy plugin

    Manages sessions for the Bottle framework.

    Python
    Auf GitHub ansehen↗126
  • jmcarp/filteralchemyAvatar von jmcarp

    jmcarp/filteralchemy

    72Auf GitHub ansehen↗

    Declarative query builder for SQLAlchemy

    Builds query filters from request parameters.

    Python
    Auf GitHub ansehen↗72
  • krylosov-aa/context-async-sqlalchemyAvatar von krylosov-aa

    krylosov-aa/context-async-sqlalchemy

    61Auf GitHub ansehen↗

    A convenient way to configure and work with an async SQLAlchemy session through context in asynchronous applications

    Manages asynchronous session lifecycles.

    Python
    Auf GitHub ansehen↗61
  • graphql-nexus/schemaG

    graphql-nexus/schema

    0Auf GitHub ansehen↗

    Declarative schema definition for GraphQL APIs.

    Auf GitHub ansehen↗0
  • prisma/nuxt-prismaP

    prisma/nuxt-prisma

    0Auf GitHub ansehen↗

    Official module for integrating database ORMs into Nuxt applications.

    Auf GitHub ansehen↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Web Framework Integrations