mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
code: nextjs,frontends,adapter (2 files)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { DBALAdapter } from './types'
|
||||
import type { DBALAdapter } from '../types'
|
||||
import { closeConnection } from './close-connection'
|
||||
import { createEntity } from '../crud/write/create-entity'
|
||||
import { deleteEntity } from '../crud/write/delete-entity'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { DBALAdapter } from './types'
|
||||
import type { DBALAdapter } from '../types'
|
||||
import { prismaAdapter } from './create-prisma-adapter'
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user