dbpatterns
dbpatterns copied to clipboard
Dbpatterns is a service that allows you to create, share, explore database models on the web. Built on top of Django, Backbone. Patterns are stored on MongoDB, and uses Lettuce for BDD approach.
Capturing the entire chart like this http://jsfiddle.net/hasantayyar/AqAE2/2/ will be a cool function.
currency type exported like `field nvarchar,` must be like `field numeric(15,2),`
Is it possible to show polymorphic foreign keys of that type, as done by Rails (Ruby) or Laravel (PHP) ? | column | type | | --- | --- |...
When I remove a foreing key reference between two tables, it stays in the diagram.
User will be able to - add embeded object - export pattern as json formatted.
_Import from well formatted sql files_ will be a useful feature.
Create a table, add two fields, mark both as PRIMARY KEY. Export as Postgres. This is what's generated: ``` CREATE TABLE a( f1 int PRIMARY KEY, f2 int PRIMARY KEY...
when adding multiple foreign keys from one table to the other, the connection lines(and the text) overlap making it hard to read the connection details.