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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
JetBrains avatar

JetBrains/Exposed

0
View on GitHub↗
9,255 stele·783 fork-uri·Kotlin·Apache-2.0·12 vizualizăriwww.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.
  • Kotlin Libraries - Kotlin SQL Framework

Istoric stele

Graficul istoricului de stele pentru jetbrains/exposedGraficul istoricului de stele pentru jetbrains/exposed

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Exposed

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Exposed.
  • kotlin-orm/ktormAvatar kotlin-orm

    kotlin-orm/ktorm

    2,336Vezi pe 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
    Vezi pe GitHub↗2,336
  • sqldelight/sqldelightAvatar sqldelight

    sqldelight/sqldelight

    6,827Vezi pe 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
    Vezi pe GitHub↗6,827
  • codeigniter4/codeigniter4Avatar codeigniter4

    codeigniter4/CodeIgniter4

    5,924Vezi pe 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
    Vezi pe GitHub↗5,924
  • dbgate/dbgateAvatar dbgate

    dbgate/dbgate

    6,769Vezi pe 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
    Vezi pe GitHub↗6,769
Vezi toate cele 30 alternative pentru Exposed→

Întrebări frecvente

Ce face jetbrains/exposed?

Kotlin SQL Framework

Care sunt principalele funcționalități ale jetbrains/exposed?

Principalele funcționalități ale jetbrains/exposed sunt: SQL Frameworks, Kotlin SQL Compilers, DDL Generators, Kotlin Schema Definitions, Database Transaction Managers, Multi-Database Connections, SQL Database Engine Support, Table Definitions.

Care sunt câteva alternative open-source pentru jetbrains/exposed?

Alternativele open-source pentru jetbrains/exposed includ: 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… catfan/medoo — Medoo is a lightweight PHP database abstraction layer and SQL query builder. It serves as a minimal database wrapper… chat2db/chat2db — Chat2DB is an AI-powered SQL client and multi-database management GUI. It serves as a centralized graphical interface…