penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
896 stars 49 forks source link

Add `.help` command to the CLI #124

Closed penberg closed 1 month ago

penberg commented 1 month ago

We currently just get this:

Welcome to Limbo SQL shell!
> .help
Unknown command: .help
Available commands:
  .schema <table_name> - Display the schema for a specific table
  .opcodes             - Display all the opcodes defined by the virtual machine
JoanFM commented 1 month ago

My humble intend to contribute!

130

penberg commented 1 month ago

Fixed by e20028becca141f1246119b916c17c28c3668749