mirror of
https://codeberg.org/icewind/nextcloud-config-parser.git
synced 2026-06-03 08:34:13 +02:00
nix based ci
This commit is contained in:
parent
25721b7f98
commit
295231ae92
7 changed files with 2232 additions and 54 deletions
|
|
@ -161,7 +161,7 @@ pub enum DbConnect {
|
|||
}
|
||||
|
||||
impl Database {
|
||||
pub fn url<'a>(&self) -> String {
|
||||
pub fn url(&self) -> String {
|
||||
match self {
|
||||
Database::Sqlite { database } => {
|
||||
format!("sqlite://{}", database.display())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue