|
|
|
|
|
by munro
893 days ago
|
|
I just tried to use atuin... I have to login, but I don't want to :( I tried to run a search locally... but I have to run a PostgreSQL server??? Why isn't it just allowing embedded DB like mcfly? I know this isn't the place for support, but I give up trying to get it to work :( |
|
It didn't ask me to login...
> I tried to run a search locally... but I have to run a PostgreSQL server
PostgreSQL is for the server? You don't need a server. It uses sqlite, verifiable by running
$ sqlite3 ~/.local/share/atuin/history.db $ SELECT * FROM history LIMIT 10;
Did you actually try it? I don't know where you got all this from.