Database design tool based on entity relation diagram
DBER is a database design tool that is based on entity relation diagrams. It allows users to visually design data structures, create relationships with drag and drop functionality, and export SQL scripts from the generated graph. The tool is built using technologies such as SVG, Next.js (React), DBML, ArcoDesign, and Dexie (IndexedDB).
npm install
npm run dev
npm run export
docker build -t dber .
docker run -p 3000:3000 dber
DBER is a database design tool based on entity relation diagrams that offers features like visual data structure designing, drag and drop relationship creation, and SQL script export functionality. It is built using technologies like SVG, Next.js, DBML, ArcoDesign, and Dexie. The tool simplifies the database design process and provides an intuitive interface for users to work with.