Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Dal | 1,227 | 4 months ago | 28 | apache-2.0 | Java | |||||
Ctrip Database Access Layer | ||||||||||
Codegen | 93 | 2 years ago | 5 | mit | Java | |||||
IntelliJ IDEA Plugin - Code Generator Tool | ||||||||||
Ffidb.rb | 54 | 1 | 3 years ago | 11 | July 15, 2020 | unlicense | C | |||
Command-line interface (CLI) for the FFI DB registry. | ||||||||||
Bay Scalajs.g8 | 50 | 6 years ago | 3 | apache-2.0 | Scala | |||||
A ScalaJs Template with scaffolding, postgres, scalajs-react and play-framework in the backend | ||||||||||
Scala Db Codegen | 49 | 4 years ago | 3 | February 08, 2017 | 5 | apache-2.0 | Scala | |||
Scala code/boilerplate generator from a db schema | ||||||||||
Sqlgen | 29 | 7 months ago | 1 | August 23, 2022 | mit | Go | ||||
A tool to generate bun, gorm, sql, sqlx and xorm sql code. | ||||||||||
Ktormgen | 13 | a year ago | Kotlin | |||||||
dbmodels code gen for ktorm | ||||||||||
Codegenunderstorio | 11 | 6 years ago | 1 | Java | ||||||
Codegen for StorIO entity classes to wotk with SQLite | ||||||||||
Defc | 7 | 21 days ago | Go | |||||||
通过定义 Schema,利用 go generate 生成数据库增删改查或 HTTP 请求代码 | ||||||||||
Ez Api Urf Net | 6 | 4 years ago | 1 | mit | JavaScript | |||||
A complete Api Generator using the most excellent URF framework and swagger |
SQLite
through StorIO
CodeGenUnderStorIO generates entity classes (with annotations) needed to work StorIO, as well as the supporting metadata classes that contain static information describing the tables of the database.
The project will be useful for those users of StorIO, who is developing its database in any visual editor that can generate queries to create tables. And will help you to save time when you describe а developed database schema in Android project by generating the required java classes of the tables description.
Available arguments in the order they appear:
See there. To run codegen use
And don't forget look at their code to see the arguments.
For those who have not decided with a visual editor database structure, it is proposed to use Visual Paradigm Community Edition. In this editor was generated schema used in the example.
To run the source codes of the project will need to specify dependencies from third party libraries:
The project is inspired by the plugin AutoGenerator for which separate him thanks. There are also plans to assembly from this project a plugin for IDE, but when... who knows. So, if you like the project and you have time to create a plugin from it, I will gladly accept your pull-requsts : )
Created by @Shivan