{"id":13403499,"url":"https://github.com/ondras/wwwsqldesigner","last_synced_at":"2025-05-14T17:07:16.067Z","repository":{"id":4750136,"uuid":"5899961","full_name":"ondras/wwwsqldesigner","owner":"ondras","description":"WWW SQL Designer, your online SQL diagramming tool","archived":false,"fork":false,"pushed_at":"2025-02-10T08:46:38.000Z","size":798,"stargazers_count":2895,"open_issues_count":89,"forks_count":730,"subscribers_count":160,"default_branch":"master","last_synced_at":"2025-04-14T22:08:15.296Z","etag":null,"topics":["hacktoberfest","web-app"],"latest_commit_sha":null,"homepage":"https://sql.toad.cz/?keyword=online_library","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ondras.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"ondras","custom":["https://www.buymeacoffee.com/ondras","https://www.paypal.com/donate/?hosted_button_id=7WXVKF3ZJ9FZE"]}},"created_at":"2012-09-21T10:33:11.000Z","updated_at":"2025-04-14T18:51:02.000Z","dependencies_parsed_at":"2024-10-25T23:29:20.821Z","dependency_job_id":"60c88bd9-dd85-4b49-88e5-4259e12719c1","html_url":"https://github.com/ondras/wwwsqldesigner","commit_stats":{"total_commits":210,"total_committers":36,"mean_commits":5.833333333333333,"dds":"0.47619047619047616","last_synced_commit":"2f225b18c0f57864ec415bb441ffe21e02fc919f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ondras%2Fwwwsqldesigner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ondras%2Fwwwsqldesigner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ondras%2Fwwwsqldesigner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ondras%2Fwwwsqldesigner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ondras","download_url":"https://codeload.github.com/ondras/wwwsqldesigner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254190396,"owners_count":22029632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","web-app"],"created_at":"2024-07-30T19:01:30.703Z","updated_at":"2025-05-14T17:07:16.034Z","avatar_url":"https://github.com/ondras.png","language":"JavaScript","funding_links":["https://github.com/sponsors/ondras","https://www.buymeacoffee.com/ondras","https://www.paypal.com/donate/?hosted_button_id=7WXVKF3ZJ9FZE","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=3340079'","https://www.paypal.com/en_GB/i/btn/btn_donate_LG.gif'"],"categories":["JavaScript","🎨 Design \u0026 Creative","Schema","Uncategorized","Development Tools"],"sub_categories":["Design","Uncategorized"],"readme":"WWW SQL Designer allows users to create database designs, which can be saved/loaded and exported to SQL scripts. Various databases and languages are supported. Ability to import existing database design.\n\n[YouTube video](http://www.youtube.com/watch?v=hCQzJx9AKhU), [User manual](https://github.com/ondras/wwwsqldesigner/wiki/Manual)\n\n# About\n\nHi and welcome to WWW SQL Designer! This tool allows you to draw and create database schemas (E-R diagrams) directly in browser, without the need for any external programs (flash). You only need JavaScript enabled.\nThe Designer works perfectly in Chrome, Mozilla (Firefox, Seamonkey), Internet Explorer, MS Edge, Safari and Opera.\n\nMany database features are supported, such as keys, foreign key constraints, comments and indexes. You can either save your design (for further loading \u0026 modifications), print it or export as SQL script. It is possible to retrieve (import) schema from existing database.\n\nWWW SQL Designer was created by [Ondrej Zara](http://ondras.zarovi.cz/) and is built atop the [oz.js](http://code.google.com/p/oz-js/) JavaScript module. It is distributed under New BSD license.\n\nIf you wish to support this project, \u003ca href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=3340079'\u003e\u003cimg src='https://www.paypal.com/en_GB/i/btn/btn_donate_LG.gif' alt='Donate at PayPal' title='Donate at PayPal' /\u003e\u003c/a\u003e at PayPal!\n\n# Quick Start\n\n## Local Installation:\n\n1. `npm install http-server -g`\n2. Run `http-server` in the root of this repo to start a simple http server\n3. Visit http://127.0.0.1:8080\n\n## Docker Installation:\n\n1. Build `docker build -t wwwsqldesigner .`\n2. Run   `docker run -d -p 8080:8080 wwwsqldesigner`\n3. Visit http://127.0.0.1:8080\n\n## Code Style\nPlease use the following auto formatters to maintain the code style\n\n| File            | Remarks           | Formatter                                                                        |\n|-----------------|-------------------|----------------------------------------------------------------------------------|\n| `/index.html`   |                   | VSCode built-in formatter                                                        |\n| `/js/*.js`      | 4 spaces for tabs | https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode    |\n| `/styles/*.css` |                   | https://marketplace.visualstudio.com/items?itemName=aeschli.vscode-css-formatter |\n| `/locale/*.xml` |                   | https://marketplace.visualstudio.com/items?itemName=DotJoshJohnson.xml           |\n\n# News\n\n## Moved to GitHub\n\nGoogle Code is closing down, we are now completely migrated to GitHub.\n\n## Experimental real-time collaboration version\n\nThanks to Bharat Patil: http://bharat.whiteboard.jit.su/\n\n## New release\n\nVersion 2.7 was released on 3.8.2012. This is mainly a bugfix release, although several new features (most notable localStorage support) are present.\n\n## Release\n\nVersion 2.6 was released on 22.9.2011. Several new translations (pt\\_BR, sv, ar) added; VML removed; new visualization options available (show length and datatype); new DBs and backends; support for touch devices...\n\n## Experimental clone with deletion of saved designs\n\nhttp://code.google.com/r/charlieyouakim-wwwsqldesigner-deleteadd/\n\n## New optional patch\n\nA new patch, which enable optional display of field details, was submitted by Wilson Oliveira. While this code is not ready yet to be commited into repository, everyone can download it from http://ondras.zarovi.cz/sql/wwwsqldesigner-inline_field_details_patch.zip.\n\n\n## Support for CUBRID\n\nWWW SQL Designer now supports the [CUBRID database](http://www.cubrid.org/): both as a backend (using PHP) as well as datatype definition set.\n\n\n## Release\n\nVersion 2.5 was released on 18.6.2010. Many new features were added (hiding of sidebar, colored relation, multi-selection and multi-drag, ...), tons of bugs were fixed.\n\n## Release\n\nVersion 2.4 was released on 5.11.2009. Several outstanding issues were fixed and new locales added.\n\n## Release\n\nVersion 2.3.3 was released on 28.7.2009. This long-awaited release includes numerous fixes, compatibility improvements, new locales, backends and DB datatypes.\n\n## Release\n\nVersion 2.3.2 was released on 8.1.2009. Apart from some traditional bugfixes and locales, a new functionality is introduced - the ability to mark foregin keys between existing table fields!\n\n## Google Code\n\nThe project was recently moved to Google Code hosting, which (amongst many other things) introduces Subversion hosting. Enjoy! (The old website, http://ondras.zarovi.cz/sql/, will still exist for some time.)\n\n## 2.0 is here\n\nGood news: A new version of WWW SQL Designer, rewritten from scratch, is now available. It has many new features, including bezier connectors, support for various customizations, localization, options and more.\n\nBad news: This new version is not backwards compatible with 1.x, so all old localizations and XSLT templates won't work with 2.x. Sorry for inconvenience :/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fondras%2Fwwwsqldesigner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fondras%2Fwwwsqldesigner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fondras%2Fwwwsqldesigner/lists"}