mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-21 09:04:19 +01:00
use sparse io fir partial sync in case when file is used
This commit is contained in:
@@ -110,7 +110,7 @@ export interface DatabaseOpts {
|
||||
/**
|
||||
* optional parameter to enable partial sync for the database
|
||||
*/
|
||||
partial?: boolean;
|
||||
partialBootstrapStrategy?: { kind: 'prefix', length: number } | { kind: 'query', query: string };
|
||||
}
|
||||
export interface DatabaseStats {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user