Creating Actian / Pervasive PSQL database using DTO and C#
Recently, a post asked how to create an Actian / Pervasive PSQL database from the command line. PSQL on Linux has the DBMAINT utility but no such utility exists on Windows. I put some code together in C# that will create a database based specified parameters. The DTO Library will need to be added as […]