Orman
lightweight and minimalist ORM for Java/Android. works with SQLite & MySQL. (not actively maintained)
Install / Use
/learn @ahmetb/OrmanREADME
Description
ORMAN is an minimalistic and lightweight ORM framework
for Java which can handle your common database usage without writing SQL and
struggling with lots of jar dependencies.
It is written in pure java so that you can use ORMAN in your small database-consuming Java projects or Android apps very easily!
Documentation
Want to learn how to use ORMAN framework in a few minutes? Please read our Wiki.
Pros & Cons
ORMAN can...
- Create tables from your Java classes (POJOs).
- Create columns from fields of your Java classes.
- Work with MySQL, SQLite, and even on Android with SQLite (cool!)
- Allows you to create safe and easy SQL queries.
- Manage
OneToOne,OneToMany,ManyToManyetc. relationships between entities easily. - Let you code your database consumer program very quickly.
ORMAN is...
- Open source (licensed under Apache License 2.0)
- Lightweight and small (~170 kb) (alternatives like Hibernate are ~4 mb)
- Easy to install
- Easy to configure with annotations, no XML config files etc. needed
- Easy to learn
- SQL:1999 standards compliant.
- Looking for contributors
- a developing project and needs contribution in many levels such as documentation, testing, demo app development, feature development, architecture consultancy etc.
ORMAN ...
- is NOT a solution that covers detailed database usage.
- is NOT an enterprise or bug-free solution.
- does NOT support changes in database schema. (create once, use always)
- does NOT have a transaction manager.
- may NOT have backwards compatibility with previous versions.
Dev Community
Feel free to write wikis (if you understand how framework works) or follow commit logs by subscribing to our commit-logs list at groups.google/orman-commits.
You can reach some framework statistics about framework here and our master branch nightly builds are here
Contributors
Related Skills
feishu-drive
338.7k|
things-mac
338.7kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
338.7kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
yu-ai-agent
1.9k编程导航 2025 年 AI 开发实战新项目,基于 Spring Boot 3 + Java 21 + Spring AI 构建 AI 恋爱大师应用和 ReAct 模式自主规划智能体YuManus,覆盖 AI 大模型接入、Spring AI 核心特性、Prompt 工程和优化、RAG 检索增强、向量数据库、Tool Calling 工具调用、MCP 模型上下文协议、AI Agent 开发(Manas Java 实现)、Cursor AI 工具等核心知识。用一套教程将程序员必知必会的 AI 技术一网打尽,帮你成为 AI 时代企业的香饽饽,给你的简历和求职大幅增加竞争力。

