UNPKG
ionic-orm-3
Version:
latest (0.0.12)
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.6
0.0.5
Data-mapper ORM for Ionic WebSQL and SQLite
github.com/BradyLiles/ionic-orm
raniel90/ionic-orm
ionic-orm-3
/
dist
/
src
/
decorator
/
tables
/
AbstractTable.d.ts
6 lines
(5 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Abstract table is a table that contains columns and relations for all tables that will inherit this table. * Database table for the abstract table is not created. */
export
declare
function
AbstractTable
(
):
(
target:
Function
) =>
void
;