Skip to content

Script me more !

Compare
Choose a tag to compare
@stonebig stonebig released this 09 Aug 21:23
· 20 commits to master since this release

Improvement:

  • more scripting functions of Sqlite.exe:
    • '.output', '.print' (output next sql orders or print to a file)
    • '.dump', '.read' (database exported or imported as SQL orders)
    • '.open' (database)
    • '.backup , '.restore' (database exported or imported as database)
  • infrastructure:
    • reformat with 'black -py33' the code
    • switch to github actions and pytest