feat(sqlite-porter): add SQLite porter plugin (#1273)

closes #485
This commit is contained in:
Ibby Hadeed
2017-03-28 06:49:27 -04:00
committed by GitHub
parent 0ef4a7394e
commit f911366c54
2 changed files with 114 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export interface SQLiteDatabaseConfig {
*/
export class SQLiteObject {
constructor(private _objectInstance: any) { }
constructor(public _objectInstance: any) { }
@InstanceProperty databaseFeatures: any;