Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add db structure load for new db layer #167

Merged
merged 4 commits into from
Jun 14, 2024

Conversation

timriley
Copy link
Member

@timriley timriley commented Jun 14, 2024

Add a db structure load command for our new database layer, and add tests covering its use with Postgres. Support for other database types will follow later (see #157, #158).

This includes better handling of errors compared to its counterpart db structure dump command. I'll return to improve that command in the next PR.

Resolves #155.

@timriley timriley force-pushed the enable-db-structure-load-for-new-db-layer branch from 2c0c72f to d7e060f Compare June 14, 2024 06:34
@timriley timriley self-assigned this Jun 14, 2024
@timriley timriley merged commit 33b46f4 into main Jun 14, 2024
8 checks passed
@timriley timriley deleted the enable-db-structure-load-for-new-db-layer branch June 14, 2024 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add db structure load command
1 participant