Remove creating subpath for file database

This commit is contained in:
2025-10-25 18:13:05 +03:00
parent 2b3ba846b0
commit 954062f6c6
2 changed files with 4 additions and 16 deletions

View File

@@ -25,9 +25,8 @@ SQLite messages verbatim.
Most DataLiteCore APIs are annotated as `throws(SQLiteError)`, meaning they only throw SQLiteError
instances.
Only APIs that touch the file system or execute arbitrary user code may throw other error
types — for example, ``Connection/init(location:options:)`` when creating directories for on-disk
databases.
Only APIs that execute arbitrary user code or integrate with external systems may surface other
error types. Consult the documentation on each API for specific details.
```swift
do {