Skip to content

feat: password passing via file

Alexander Kurdakov requested to merge connection_from_script into master

Summary

No prompt for password when user is "guest"

Password can be passed via file. It's useful for example for scripting.

Close #250 (closed)

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • (if Lua API changed) Lua API version is bumped in luamod.rs
  • (if necessary) A follow-up doc issue is created in picodata/docs and linked here
Edited by Alexander Kurdakov

Merge request reports