You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Loads a database from a file into memory. The original file will not be modified. If one or more columns has geometries, the method will automatically look for a file with projections in the same folder as the database file.
438
+
* Loads a database from a file into memory. The original file will not be modified. If one or more columns has geometries, the method will automatically look for files with projections and indexes in the same folder as the database file.
* Writes the database to a file. The file will be created if it doesn't exist, and overwritten if it does. If one or more tables have geometries, a .json file will be created with the projections.
542
+
* Writes the database to a file. The file will be created if it doesn't exist, and overwritten if it does. If one or more tables have geometries, a .json file will be created with the projections. If one or more indexes are present, a .json file will be created with the indexes.
0 commit comments