@owservable/sqlite
Preparing search index...
SqliteBackend
Class SqliteBackend
Implements
default
Index
Constructors
constructor
Accessors
entity
Methods
changes
count
find
find
By
Id
find
One
populate
resolve
Virtuals
target
to
JSON
Constructors
constructor
new
SqliteBackend
(
orm
:
any
,
entity
:
any
,
poller
:
SqliteJournalPoller
,
)
:
SqliteBackend
Parameters
orm
:
any
entity
:
any
poller
:
SqliteJournalPoller
Returns
SqliteBackend
Accessors
entity
get
entity
()
:
any
Returns
any
Methods
changes
changes
()
:
Observable
<
any
>
Returns
Observable
<
any
>
count
count
(
query
:
any
)
:
Promise
<
number
>
Parameters
query
:
any
Returns
Promise
<
number
>
find
find
(
query
:
any
,
fields
:
any
,
paging
:
any
,
sort
:
any
,
populates
:
any
[]
,
)
:
Promise
<
any
[]
>
Parameters
query
:
any
fields
:
any
paging
:
any
sort
:
any
populates
:
any
[]
Returns
Promise
<
any
[]
>
find
By
Id
findById
(
id
:
string
,
fields
:
any
,
populates
:
any
[]
)
:
Promise
<
any
>
Parameters
id
:
string
fields
:
any
populates
:
any
[]
Returns
Promise
<
any
>
find
One
findOne
(
query
:
any
,
fields
:
any
,
populates
:
any
[]
)
:
Promise
<
any
>
Parameters
query
:
any
fields
:
any
populates
:
any
[]
Returns
Promise
<
any
>
populate
populate
(
document
:
any
,
_populate
:
any
)
:
Promise
<
any
>
Parameters
document
:
any
_populate
:
any
Returns
Promise
<
any
>
resolve
Virtuals
resolveVirtuals
(
document
:
any
,
virtuals
:
string
[]
)
:
Promise
<
any
>
Parameters
document
:
any
virtuals
:
string
[]
Returns
Promise
<
any
>
target
target
()
:
string
Returns
string
to
JSON
toJSON
(
document
:
any
)
:
any
Parameters
document
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
entity
Methods
changes
count
find
find
By
Id
find
One
populate
resolve
Virtuals
target
to
JSON
@owservable/sqlite
Loading...