mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-22 11:26:23 +00:00
wip: mongodb draft driver and skeleton draft driver
This commit is contained in:
parent
55ea41298a
commit
1f6957fc54
3
libs/skeleton/src/drivers/draft/mongodb.ts
Normal file
3
libs/skeleton/src/drivers/draft/mongodb.ts
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
export class DraftMongoDBDriver {
|
||||||
|
constructor() {}
|
||||||
|
}
|
@ -0,0 +1 @@
|
|||||||
|
export interface ISkeletonDraftDriver {}
|
Loading…
Reference in New Issue
Block a user