in postgresql rhai module do installer #4

Open
opened 2025-05-08 06:58:17 +00:00 by despiegk · 1 comment
Owner

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, ...

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, ...
MahmoudEmad self-assigned this 2025-05-09 12:47:47 +00:00
Member

#6

The PostgreSQL installer module for Rhai has been successfully implemented. This module provides functionality to:

  • Install PostgreSQL using nerdctl
  • Create databases
  • Execute SQL scripts
  • Check if PostgreSQL is running

All unit tests and integration tests are passing. The implementation follows the requirements to use SAL as much as possible and nerdctl underneath.

https://git.ourworld.tf/herocode/sal/pulls/6 The PostgreSQL installer module for Rhai has been successfully implemented. This module provides functionality to: - Install PostgreSQL using nerdctl - Create databases - Execute SQL scripts - Check if PostgreSQL is running All unit tests and integration tests are passing. The implementation follows the requirements to use SAL as much as possible and nerdctl underneath.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: herocode/sal#4
No description provided.