mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-01 02:02:10 +08:00
9 lines
101 B
Raku
9 lines
101 B
Raku
use PostgreSQL::Test::Cluster;
|
|
|
|
sub get_new_node
|
|
{
|
|
return PostgreSQL::Test::Cluster->new(@_);
|
|
}
|
|
|
|
1;
|