Skip to content

Instantly share code, notes, and snippets.

@joaoh82
Created February 15, 2021 18:55
Show Gist options
  • Save joaoh82/3765778facdf3af4158d3b0175713063 to your computer and use it in GitHub Desktop.
Save joaoh82/3765778facdf3af4158d3b0175713063 to your computer and use it in GitHub Desktop.
rust-sqlite.sh
$ ./rust_sqlite
Rust-SQLite - 0.1.0
Enter .exit to quit.
Enter .help for usage hints.
Connected to a transient in-memory database.
Use '.open FILENAME' to reopen on a persistent database.
rust-sqlite | 1> random command;
Error: unknown command or invalid arguments: 'random command;'. Enter '.help'
rust-sqlite | 2> .exit
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment