A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
-
Updated
May 31, 2022 - TypeScript
{{ message }}
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
Strong typed, autocompleted resources like images, fonts and segues in Swift projects
The Swift code generator for your assets, storyboards, Localizable.strings, … — Get rid of all String-based APIs!
Other
After I run migrations I run pg_dump to create the schema file (I tried adding a bunch of flags to reduce what gets put in there):
PGPASSWORD=postgres pg_dump -U postgres -h db -p 5432 --schema public --schema-only --no-tablespaces --no-subscriptions --no-security-labels --no-publications -x currencydb > database/structure.sql
Which has the
A code generator for MyBatis.
jOOQ is the best way to write SQL in Java
Java 1-15 Parser and Abstract Syntax Tree for Java, including preview features to Java 13
I have two setups, in one the -parallel option works just fine in vscode - it generates parallel test cases as it should. In the other it doesn't do anything (not reporting errors in custom flags is a problem in the vscode go plugin, which is not the issue here).
Both were installed with go get -u github.com/cweill/gotests/... when in the $HOME directory within 15 minutes of each other.
OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python
Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server
Open-source data modeling tool designed for PostgreSQL. No more typing DDL commands. Let pgModeler do the work for you!
Jennifer is a code generator for Go
JEECG是一款基于代码生成器的J2EE快速开发平台,开源界“小普元”超越传统商业企业级开发平台。引领新的开发模式(Online Coding模式(自定义表单) - > 代码生成器模式 - > 手工MERGE智能开发), 可以帮助解决Java项目90%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省人力成本,同时又不失灵活性。具备:表单配置能力(无需编码)、移动配置能力、工作流配置能力、报表配置能力(支持移动端)、插件开发能力(可插拔)
Speedment is a Stream ORM Java Toolkit and Runtime
又名大狼狗代码生成器,基于SpringBoot2+Freemarker的JAVA代码生成器,以释放双手为目的,支持mysql/oracle/pgsql三大数据库, 用DDL-SQL语句生成JPA/JdbcTemplate/Mybatis/MybatisPlus/BeetlSQL等相关代码.
Code generation for immutable classes that has a simple syntax/API without compromising on the features.
Bash argument parsing code generator
Bash command line framework and CLI generator
add documents include examples on each feature.
The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
The Tensor Algebra Compiler (taco) computes sparse tensor expressions on CPUs and GPUs
Rust Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
I haven't validated the theory directly, but I've noticed that casting to a type variable is considered "fully checked" by FreeBuilder's analyser (missing case in CAST_IS_FULLY_CHECKED visitor), so it seems likely.
Very minor issue but also trivial to fix.
python-betterprot is awesome.
However, users may forget to implement some service-methods declared in proto file, which cause no error on the server-side.
@abstractmethod may give user some hints to realize it.
One question: why user should implement method echo_stream in EchoService while the related rpc method named EchoStream in proto file?
建议BaseRepository 里增加返回 IQueryable 的Get / GetAsync 的方法
有了之后就可以在service 里面进行拼接LINQ 用于获取到ViewModel中关联其他类的数据
Add a description, image, and links to the code-generator topic page so that developers can more easily learn about it.
To associate your repository with the code-generator topic, visit your repo's landing page and select "manage topics."
Problem statement
I Recently noticed there's support for SwaggerUI and ReDoc built-in.
But when using the Stratoscale template this is not working.
If I try to load the
swagger.jsonin a browser I don't get the API browser. This is never mentioned in the documentation, but are there any options that I'm missing related to this?