sardines-built-in-services
Version:
A built-in service provider for sardines.js
21 lines (19 loc) • 432 B
text/typescript
export {
PostgreSQL,
PostgresServerSettings,
PostgresDatabaseStructure,
PostgresTableStructure,
StorageType,
StorageSettings,
Storage,
setup as setupStorage,
RedisCache,
RedisServerSettings,
RedisDataType,
RedisOperationOptions
} from './storage/index'
export {
TempleteAccount as PostgresTempleteAccount,
Account,
Token
} from './templetes/postgresql_templete_account'