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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
braisdom avatar

braisdom/ObjectiveSql

0
View on GitHub↗
1,258 stars·158 forks·Java·Apache-2.0·1 vue

ObjectiveSql

Writing SQL using Java syntax

Features

  • ORM - ActiveRecord ORM for rapid development.

Historique des stars

Graphique de l'historique des stars pour braisdom/objectivesqlGraphique de l'historique des stars pour braisdom/objectivesql

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à ObjectiveSql

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec ObjectiveSql.
  • baomidou/mybatis-plusAvatar de baomidou

    baomidou/mybatis-plus

    17,391Voir sur GitHub↗

    MyBatis-Plus is a persistence framework extension for Java that simplifies data access by reducing boilerplate code. It provides a toolkit for automating common database operations, utilizing dynamic query wrappers and a system for automated CRUD generation. The project distinguishes itself through a code generation system that produces mapper, model, service, and controller layers based on database metadata. It also implements a security layer that prevents SQL injection through input sanitization and blocks dangerous global update or delete operations to prevent accidental data loss. The f

    Javamybatismybatis-plusmybatis-spring
    Voir sur GitHub↗17,391
  • domaframework/domaAvatar de domaframework

    domaframework/doma

    501Voir sur GitHub↗

    DAO oriented database mapping framework for Java

    Java
    Voir sur GitHub↗501
  • jfinal/jfinalAvatar de jfinal

    jfinal/jfinal

    3,270Voir sur GitHub↗

    JAVA WEB ORM Framework

    Java
    Voir sur GitHub↗3,270
  • arnaudroger/simpleflatmapperAvatar de arnaudroger

    arnaudroger/SimpleFlatMapper

    457Voir sur GitHub↗

    Fast and Easy mapping from database and csv to POJO. A java micro ORM, lightweight alternative to iBatis and Hibernate. Fast Csv Parser and Csv Mapper

    Java
    Voir sur GitHub↗457
Voir les 9 alternatives à ObjectiveSql→

Questions fréquentes

Que fait braisdom/objectivesql ?

Writing SQL using Java syntax

Quelles sont les fonctionnalités principales de braisdom/objectivesql ?

Les fonctionnalités principales de braisdom/objectivesql sont : ORM.

Quelles sont les alternatives open-source à braisdom/objectivesql ?

Les alternatives open-source à braisdom/objectivesql incluent : arnaudroger/simpleflatmapper — Fast and Easy mapping from database and csv to POJO. A java micro ORM, lightweight alternative to iBatis and… baomidou/mybatis-plus — MyBatis-Plus is a persistence framework extension for Java that simplifies data access by reducing boilerplate code.… domaframework/doma — DAO oriented database mapping framework for Java. jfinal/jfinal — JAVA WEB + ORM Framework. myacelw/mybatis-dynamic — Code-first ORM for Spring Boot. Zero XML, Auto DDL & Fluent Join API. Define your schema in Java and enjoy dynamic SQL… mybatis/mybatis-3 — MyBatis is a Java persistence framework that functions as a database query mapper and object-relational mapping tool.…