in postgresql rhai module do installer #4
Labels
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: herocode/sal#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
make installer itself in rust, use sal as much as possible from SAL
use nerdctl underneath from rust
get postgresql from nerdctl (newest version)
do DB creation
execute sql, ...
#6
The PostgreSQL installer module for Rhai has been successfully implemented. This module provides functionality to:
All unit tests and integration tests are passing. The implementation follows the requirements to use SAL as much as possible and nerdctl underneath.