gel-dsn 0.2.15

Data-source name (DSN) parser for Gel and PostgreSQL databases.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Branding strings.

/// The product name.
pub const BRANDING: &str = "Gel";
/// The CLI name.
pub const BRANDING_CLOUD: &str = "Gel Cloud";

/// The display name for the project manifest file.
pub const MANIFEST_FILE_DISPLAY_NAME: &str = "`gel.toml` or `edgedb.toml`";

/// The default name of the database user bootstrapped in a new instance.
#[allow(unused)]
pub const BRANDING_DEFAULT_USERNAME: &str = "admin";
pub const BRANDING_DEFAULT_USERNAME_LEGACY: &str = "edgedb";