mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 14:01:31 +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;
|