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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
JetBrains avatar

JetBrains/Exposed

0
View on GitHub↗
9,255 stars·783 forks·Kotlin·Apache-2.0·40 viewswww.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

Star history

Star history chart for jetbrains/exposedStar history chart for jetbrains/exposed

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does jetbrains/exposed do?

Kotlin SQL Framework

What are the main features of jetbrains/exposed?

The main features of jetbrains/exposed are: SQL Frameworks, Kotlin SQL Compilers, DDL Generators, Kotlin Schema Definitions, Database Transaction Managers, Multi-Database Connections, SQL Database Engine Support, Table Definitions.

Which projects share features with jetbrains/exposed?

Projects with overlapping indexed features include: 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…

Projects sharing features with Exposed

These projects share indexed features with Exposed. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • kotlin-orm/ktormkotlin-orm avatar

    kotlin-orm/ktorm

    2,336View on 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
    View on GitHub↗2,336
  • sqldelight/sqldelightsqldelight avatar

    sqldelight/sqldelight

    6,827View on 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
    View on GitHub↗6,827
  • codeigniter4/codeigniter4codeigniter4 avatar

    codeigniter4/CodeIgniter4

    5,924View on 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
    View on GitHub↗5,924
  • dbgate/dbgatedbgate avatar

    dbgate/dbgate

    6,769View on 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
    View on GitHub↗6,769
  • Compare all 30 related projects→