awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
JetBrains avatar

JetBrains/Exposed

0
View on GitHub↗
9,255 estrellas·783 forks·Kotlin·Apache-2.0·12 vistaswww.jetbrains.com/exposed↗

Exposed

Kotlin SQL Framework

Features

  • SQL Frameworks - Provides a type-safe SQL DSL and lightweight DAO for database access across multiple engines.
  • Kotlin SQL Compilers - Compiles Kotlin DSL expressions into SQL query trees at compile time for type safety.
  • DDL Generators - Generates and executes DDL statements from Kotlin table definitions to keep schemas in sync.
  • Kotlin Schema Definitions - Defines and evolves database schemas programmatically in Kotlin, keeping tables in sync with code.
  • Database Transaction Managers - Wraps database operations in explicit transaction blocks that manage connection lifecycle and rollback.
  • Multi-Database Connections - Connects to multiple database engines using standard JDBC and R2DBC drivers for portable development.
  • SQL Database Engine Support - Connects to various database engines via JDBC and R2DBC drivers for portable development.
  • Table Definitions - Declares database tables as typed objects with columns, keys, and indexes mirroring relational structure.
  • Abstraction Layers - Provides a unified abstraction over JDBC and R2DBC drivers for database-agnostic connectivity.
  • Entity Proxy - Defers loading of related entity references using proxy objects that trigger queries on demand.
  • SQL Query Extensions - Provides a type-safe Kotlin DSL for building and executing SQL queries with compile-time safety.
  • Ruby DSL Query Compositions - Builds and executes SQL queries using a type-safe DSL that maps table schemas to typed objects.
  • Lazy-Loading Repositories - Maps database rows to entity objects with lazy-loaded references and repository-style CRUD operations.
  • Kotlin DAO Frameworks - Provides a lightweight DAO framework for Kotlin with lazy loading and repository-style CRUD operations.
  • Kotlin DAO Layers - Provides a data access layer that maps rows to entity objects with lazy-loaded references and CRUD operations.
  • Compile-Time Mappings - Maps database columns to Kotlin properties using compile-time code generation for performance.
  • Kotlin Schema Migrations - Manages database schemas programmatically in Kotlin code with transactional lifecycle operations.
  • Programmatic Schema Forge Tools - Creates and drops schema objects programmatically within transactions to synchronize with code definitions.
  • Database Column Encryption - Implements client-side column encryption that automatically encrypts and decrypts database fields.
  • Database & ORM Tools - Kotlin SQL Framework
  • Kotlin Libraries - Kotlin SQL Framework

Historial de estrellas

Gráfico del historial de estrellas de jetbrains/exposedGráfico del historial de estrellas de jetbrains/exposed

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace jetbrains/exposed?

Kotlin SQL Framework

¿Cuáles son las características principales de jetbrains/exposed?

Las características principales de jetbrains/exposed son: SQL Frameworks, Kotlin SQL Compilers, DDL Generators, Kotlin Schema Definitions, Database Transaction Managers, Multi-Database Connections, SQL Database Engine Support, Table Definitions.

¿Qué alternativas de código abierto existen para jetbrains/exposed?

Las alternativas de código abierto para jetbrains/exposed incluyen: kotlin-orm/ktorm — Ktorm is a lightweight object-relational mapping framework for Kotlin that provides a type-safe SQL domain-specific… sqldelight/sqldelight — SQLDelight is a Kotlin database library that validates SQL schema, statements, and migrations at compile time,… codeigniter4/codeigniter4 — CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web… dbgate/dbgate — DbGate is a universal database management tool and SQL client that provides a unified interface for querying and… answerdotai/fasthtml — FastHTML is a full-stack Python web framework designed for building interactive web applications using pure Python. It… chat2db/chat2db — Chat2DB is an AI-powered SQL client and multi-database management GUI. It serves as a centralized graphical interface…

Alternativas open-source a Exposed

Proyectos open-source similares, clasificados según cuántas características comparten con Exposed.
  • kotlin-orm/ktormAvatar de kotlin-orm

    kotlin-orm/ktorm

    2,336Ver en GitHub↗

    Ktorm is a lightweight object-relational mapping framework for Kotlin that provides a type-safe SQL domain-specific language and functional sequence APIs for database interaction. It enables developers to define database schemas and map relational tables to interface-based objects, ensuring that data persistence and retrieval are handled through strongly-typed expressions. The framework distinguishes itself by utilizing a functional, collection-style approach to query construction, allowing developers to chain operations like filtering, sorting, and aggregation using idiomatic language patter

    Kotlinkotlinktormorm
    Ver en GitHub↗2,336
  • sqldelight/sqldelightAvatar de sqldelight

    sqldelight/sqldelight

    6,827Ver en GitHub↗

    SQLDelight is a Kotlin database library that validates SQL schema, statements, and migrations at compile time, generating type-safe Kotlin query functions from labeled SQL files. It treats SQL as the source of truth for database definitions, catching schema errors during the build process before they reach production. The library supports multiple database dialects including SQLite, MySQL, PostgreSQL, HSQL, and H2, and generates platform-specific code for Android, iOS, JVM, and JavaScript targets. It provides a platform-specific driver abstraction that handles database connectivity difference

    Kotlinkotlin-multiplatformsqlsqldelight
    Ver en GitHub↗6,827
  • codeigniter4/codeigniter4Avatar de codeigniter4

    codeigniter4/CodeIgniter4

    5,924Ver en GitHub↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    PHPcodeignitercodeigniter4framework-php
    Ver en GitHub↗5,924
  • dbgate/dbgateAvatar de dbgate

    dbgate/dbgate

    6,769Ver en GitHub↗

    DbGate is a universal database management tool and SQL client that provides a unified interface for querying and administering multiple SQL and NoSQL databases. It functions as a multi-database administration GUI and SQL IDE, allowing users to write and execute scripts and manage database schemas. The project distinguishes itself by acting as an API client and explorer for REST, GraphQL, and OData services, enabling users to fetch and export data from these endpoints. It also serves as a data integration tool, facilitating the movement of records between diverse databases and file formats suc

    Sveltecassandraclickhousecockroachdb
    Ver en GitHub↗6,769
Ver las 30 alternativas a Exposed→