Codegenunderstorio

Codegen for StorIO entity classes to wotk with SQLite
Alternatives To Codegenunderstorio
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Dal1,227
4 months ago28apache-2.0Java
Ctrip Database Access Layer
Codegen93
2 years ago5mitJava
IntelliJ IDEA Plugin - Code Generator Tool
Ffidb.rb5413 years ago11July 15, 2020unlicenseC
Command-line interface (CLI) for the FFI DB registry.
Bay Scalajs.g850
6 years ago3apache-2.0Scala
A ScalaJs Template with scaffolding, postgres, scalajs-react and play-framework in the backend
Scala Db Codegen49
4 years ago3February 08, 20175apache-2.0Scala
Scala code/boilerplate generator from a db schema
Sqlgen29
7 months ago1August 23, 2022mitGo
A tool to generate bun, gorm, sql, sqlx and xorm sql code.
Ktormgen13
a year agoKotlin
dbmodels code gen for ktorm
Codegenunderstorio11
6 years ago1Java
Codegen for StorIO entity classes to wotk with SQLite
Defc7
21 days agoGo
通过定义 Schema,利用 go generate 生成数据库增删改查或 HTTP 请求代码
Ez Api Urf Net6
4 years ago1mitJavaScript
A complete Api Generator using the most excellent URF framework and swagger
Alternatives To Codegenunderstorio
Select To Compare


Alternative Project Comparisons
Readme

CodeGenUnderStorIO

It's a Java classes code generator to work with 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.

For whom and why:

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.

How to use:

  1. You need to collect in a single text file the queries such as CREATE TABLE
  2. Run with arguments the file CodeGenUnderStorIO.jar

Available arguments in the order they appear:

  • The full path and name of the file containing the SQL queries (the path can be omitted if the file is located in the same folder with CodeGenUnderStorIO.jar)
  • The java package name to specify it in the generated classes and create the appropriate directory structure
  • Full or relative path to the location of the generated files

Example

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.

Assembly of project

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

Popular Codegen Projects
Popular Database Projects
Popular Software Development Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Database
Editor
Table
Assembly
Codegen