1234567891011 |
- {application, epgsql,
- [{description, "PostgreSQL Client"},
- {vsn, git},
- {modules, [pgsql, pgsql_binary, pgsql_connection, pgsql_fdatetime,
- pgsql_idatetime, pgsql_sock, pgsql_types]},
- {registered, []},
- {applications, [kernel,
- stdlib,
- ssl]},
- {env, []},
- {included_applications, []}]}.
|