Skip to content

Releases: simonw/sqlite-utils-shell

Release list

0.3

Choose a tag to compare

@simonw simonw released this 21 Dec 06:24
  • Use --load-extension path/to/extension.so one or more times to load additional SQLite extensions. #7
  • Fixed bug where an "Aborted!" message was shown any time Ctrl+D was used to exit the program. #6

0.2

0.2

Choose a tag to compare

@simonw simonw released this 24 Jul 14:43
bfdbc4b
  • Semicolons at the end of statements can now be omitted in interactive mode. #4

0.1

0.1

Choose a tag to compare

@simonw simonw released this 24 Jul 03:47
  • Initial release. sqlite-utils shell data.db opens an interactive shell against the specified database - or an in-memory session if no database file is provided. #1