tursodatabase/libsql

Use `WAL` as default everywhere

Open

#1,553 opened on Jul 14, 2024

View on GitHub
 (5 comments) (0 reactions) (0 assignees)C (16,744 stars) (490 forks)batch import
good first issue

Description

Currently, Turso (the platform), libsql-sever, and embedded replicas use WAL mode and it is the only mode supported. However libsql drivers don't have WAL mode as default. Let's change that to use WAL everywhere.

reported here: https://discord.com/channels/933071162680958986/1154725980183732224/1261642078694150144

Contributor guide