Commit Graph

2 Commits

Author SHA1 Message Date
Michael T
ee884ccdf2 fix(api): use synchronous transaction for wishlist reorder
better-sqlite3 doesn't support async transactions. Removed async/await
and used synchronous .run() and .all() methods instead.

Fixes #38
2026-01-23 15:29:16 -05:00
michaeltieso
3480888eaa Initial commit 2025-12-01 14:49:17 +00:00