AskSQL API Reference (core v0.10.0)
GitHub
Preparing search index...
@asksql/core
MemoryHistoryStore
Class MemoryHistoryStore
Implements
HistoryStore
Index
Constructors
constructor
Methods
add
list
Constructors
constructor
new
MemoryHistoryStore
(
capPerScope
?:
number
)
:
MemoryHistoryStore
Parameters
capPerScope
:
number
= 500
Returns
MemoryHistoryStore
Methods
add
add
(
entry
:
HistoryEntry
)
:
Promise
<
void
>
Parameters
entry
:
HistoryEntry
Returns
Promise
<
void
>
list
list
(
connectionId
:
string
,
opts
?:
{
limit
?:
number
;
offset
?:
number
;
userId
?:
string
}
,
)
:
Promise
<
HistoryPage
>
Parameters
connectionId
:
string
Optional
opts
:
{
limit
?:
number
;
offset
?:
number
;
userId
?:
string
}
Returns
Promise
<
HistoryPage
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
add
list
GitHub
AskSQL API Reference (core v0.10.0)
Loading...