mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
Merge 'js-bindings/implement .name property' from Anton Harniakou
Returns the string that was used to open the database connection. Reviewed-by: Diego Reis (@el-yawd) Closes #1662
This commit is contained in:
@@ -22,6 +22,11 @@ class Database {
|
||||
return db.inTransaction();
|
||||
},
|
||||
},
|
||||
name: {
|
||||
get() {
|
||||
return path;
|
||||
},
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user