mirror of
https://github.com/mimamch/wa-multi-session.git
synced 2026-04-25 08:45:59 +03:00
[GH-ISSUE #66] Keeping sqlite seperate #45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chavda-bhavik on GitHub (Dec 20, 2025).
Original GitHub issue: https://github.com/mimamch/wa-multi-session/issues/66
Hey @mimamch
Thanks for this amazing project. I've been using it for quite a long time, but the recent update introduced
sqlitewhich is causing us a lot of trouble. Here is the error,We've been trying to solve it for 2 days, but no luck to date. It will be great if the library provides an adaptor as a plug-and-play instead of built in. Many prefer file storage also for storing credentials.
@mimamch commented on GitHub (Dec 20, 2025):
Hi, i was prepared for self implemented storage for future usage. But I have'nt done the documentation yet.
About your problem, its cause that your pnpm is not allowing to running post install script (sqlite) you can allowing this post install with some script (you can search the way on internet).
Or for the easiest way is use npm instead of pnpm
@mimamch commented on GitHub (Dec 20, 2025):
Run this script may help
pnpm approve-buildsNote: this is fixed in latest commit, make sure you are cloning from the latest version