12 Repos
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.
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.
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.
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.
Simple and extensible administrative interface framework for Flask
Provides an admin interface for web applications.
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.
Code-First, Type-Safe, GraphQL Schema Construction
Code-first GraphQL schema construction for TypeScript.
A friendly wrapper for modern SQLAlchemy and Alembic
Provides a framework-independent wrapper for database setup.
Bottle SQLAlchemy plugin
Manages sessions for the Bottle framework.
Declarative query builder for SQLAlchemy
Builds query filters from request parameters.
A convenient way to configure and work with an async SQLAlchemy session through context in asynchronous applications
Manages asynchronous session lifecycles.
Official module for integrating database ORMs into Nuxt applications.