You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
note: this repository will be retired soon, in favor of further modularisation. Please see cdd-core and cdd-ctl instead.
cdd-ctl
Compiler Driven Development (CDD) command-line interface.
Installing
Currently we support macos and linux. As xcode is not available on linux however, the linux adaptor has no current support.
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/offscale/cdd-ctl/master/install.sh | sh
Usage
Quick tips
don't create primary keys in your openapi.yml yet, primary keys are automatically created for every resource type. custom keys will be supported soon.
the tool will automatically create a database schema based on your openapi and dump it to database.sql. use this then cd into your server and use the Makefile in there to import your database into the rust server schema.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.