logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Cradle SQL - Manage Databases | Online Free DevTools by Hexmos

Manage databases with Cradle SQL. Rebuild schema, flush tables, and populate data for PHP applications. Free online tool, no registration required.

cradle-sql

Manage Cradle SQL databases. More information: https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-Tools.html#sql.

  • Rebuild the database schema:

cradle sql build

  • Rebuild the database schema for a specific package:

cradle sql build {{package}}

  • Empty the entire database:

cradle sql flush

  • Empty the database tables for a specific package:

cradle sql flush {{package}}

  • Populate the tables for all packages:

cradle sql populate

  • Populate the tables for a specific package:

cradle sql populate {{package}}

See Also