mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-24 12:53:45 +00: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:
commit
0e552e3f23
3 changed files with 29 additions and 0 deletions
|
@ -22,6 +22,11 @@ class Database {
|
|||
return db.inTransaction();
|
||||
},
|
||||
},
|
||||
name: {
|
||||
get() {
|
||||
return path;
|
||||
},
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue