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
As an NLDI Admin, I want to connect to the nldi-database via SQLAlchemy so that I am able to using python framework to structure and process the API request.
Acceptance criteria
SQLAlchemy implementation of database connection
SQLAlchemy supports all requests currently supported
Definition of done
unit/functional tests added/updated
documentation updated
The text was updated successfully, but these errors were encountered:
I've chosen a 'classic' binding mechanism to map a table to a simplified dataclass (rather than subclassing DeclarativeBase). This makes the ORM dependent on the dataclass rather than the other way around. Code which manipulates the feature dataclass is protected from knowing sql details this way.
User story
As an NLDI Admin, I want to connect to the nldi-database via SQLAlchemy so that I am able to using python framework to structure and process the API request.
Acceptance criteria
Definition of done
The text was updated successfully, but these errors were encountered: