Skip to content
Snippets Groups Projects

Merge concept version of database-lib

Merged Laurens Oostwegel requested to merge concept into main
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
+ 5
5
@@ -70,15 +70,15 @@ class SpatialiteDatabase(AbstractDatabase):
Args:
database_filepath (str):
File path for the Spatialite database file.
Filepath for the Spatialite database file.
spatialite_filepath (str):
File path of the Spatialite extension.
Filepath of the Spatialite extension.
Attributes:
database_filepath (str):
Spatialite database file path.
Spatialite database filepath.
spatialite_filepath (str):
File path to the Spatialite extension.
Filepath to the Spatialite extension.
connection (sqlite3.Connection):
Database connection
cursor (sqlite3.Cursor):
@@ -144,7 +144,7 @@ class SpatialiteDatabase(AbstractDatabase):
class PostGISDatabase(AbstractDatabase):
"""
The PostgisDatabase class represents a Postgis database. It manages the
The PostGISDatabase class represents a PostGIS database. It manages the
database connection and cursor.
Args:
Loading