@urixen/ptero-connect
    Preparing search index...

    Type Alias CreatedDatabase

    type CreatedDatabase = {
        attributes: {
            connections_from: string;
            host: { address: string; port: number };
            id: string;
            max_connections: number;
            name: string;
            relationships: {
                password: {
                    attributes: { password: string };
                    object: "database_password";
                };
            };
            username: string;
        };
        object: "server_database";
    }
    Index

    Properties

    Properties

    attributes: {
        connections_from: string;
        host: { address: string; port: number };
        id: string;
        max_connections: number;
        name: string;
        relationships: {
            password: {
                attributes: { password: string };
                object: "database_password";
            };
        };
        username: string;
    }
    object: "server_database"