We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We should have something similar to SQLite .import command:
.import
$ sqlite data.db > .mode csv > .import /path-to/file/users.csv users
This can be used to import data into a new or existing table