0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-09-12 03:09:43 +00:00

Updated libsql_extensions.md fix broken link (#1044)

Fixed broken link to `wal.h`
This commit is contained in:
Alexandr Jeliuc (a2xchip)
2024-02-23 07:15:27 +02:00
committed by GitHub
parent ae8a36a9dd
commit e60a4e33f8

View File

@@ -291,7 +291,7 @@ Write-ahead log is a journaling mode which enables nice write concurrency charac
### API
In order to register a new set of virtual WAL methods, these methods need to be implemented. This is the current API:
https://github.com/libsql/libsql/blob/main/src/wal.h
https://github.com/tursodatabase/libsql/blob/main/libsql-sqlite3/src/wal.h
### Registering WAL methods