feat(postgresql): add auth and primitive actions
This commit is contained in:
6
packages/backend/src/apps/postgres/actions/index.ts
Normal file
6
packages/backend/src/apps/postgres/actions/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import insertAction from './insert';
|
||||
import updateAction from './update';
|
||||
import deleteAction from './delete';
|
||||
import SQLQuery from './sql-query'
|
||||
|
||||
export default [insertAction, updateAction, deleteAction, SQLQuery];
|
Reference in New Issue
Block a user