mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Use another syntax to implement the feature
This commit is contained in:
parent
6f88505f90
commit
5019379217
1 changed files with 4 additions and 0 deletions
|
@ -173,6 +173,10 @@ class Statement {
|
|||
return this;
|
||||
}
|
||||
|
||||
get source() {
|
||||
return this.stmt.source;
|
||||
}
|
||||
|
||||
get reader() {
|
||||
throw new Error("not implemented");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue