All Projects → ondras → Wwwsqldesigner

ondras / Wwwsqldesigner

Licence: bsd-3-clause
WWW SQL Designer, your online SQL diagramming tool

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
XSLT
1337 projects
CSS
56736 projects
ColdFusion
112 projects
HTML
75241 projects

Labels

Projects that are alternatives of or similar to Wwwsqldesigner

Low Level Design Primer
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
Stars: ✭ 2,706 (+7.38%)
Mutual labels:  web-app
Webfundamentals
Best practices for modern web development
Stars: ✭ 12,335 (+389.48%)
Mutual labels:  web-app
Ego
Ego is a full-stack web framework written in Go, lightweight and efficient front-end component solutions, based on gin. The front-end is compiled, does not affect the back-end.
Stars: ✭ 185 (-92.66%)
Mutual labels:  web-app
Percy
Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
Stars: ✭ 1,856 (-26.35%)
Mutual labels:  web-app
Web.dev
The frontend, backend, and content source code for web.dev
Stars: ✭ 2,370 (-5.95%)
Mutual labels:  web-app
Listloading
listloading是一个移动端的上拉、下拉加载更多的组件。主要依赖于iscroll.js v5.1.2基础上开发的组件,基础库可以使用jquery.js或者zepto.js操作dom节点,目前我是使用了zepto.js作为基础库操作dom,以jquery插件的形式存在。如果不想以插件方式使用,则只需要把listloading直接移植你需要的库里面就ok啦。listloading主要针对移动端而生,在使用浏览器自带滚动,用户体验很不友好,与Android和ios差别甚远,所以选择iscroll.js,它实现方式是使用css3动画translate 3D 转换来实现滚动效果,transform属性使用硬件加速,性能方法得到很大提高。 https://gtdalp.github.io/widget/listloading/demos/listloading.html
Stars: ✭ 169 (-93.29%)
Mutual labels:  web-app
Serverlesslibrary
Source code for the Azure Serverless Community Library
Stars: ✭ 119 (-95.28%)
Mutual labels:  web-app
Insect
High precision scientific calculator with support for physical units
Stars: ✭ 2,469 (-2.02%)
Mutual labels:  web-app
Slack Patron
Log and view all Slack messages.
Stars: ✭ 157 (-93.77%)
Mutual labels:  web-app
Android Advancedwebview
Enhanced WebView component for Android that works as intended out of the box
Stars: ✭ 2,186 (-13.25%)
Mutual labels:  web-app
Todomvc
Nuxt.js TodoMVC Example
Stars: ✭ 136 (-94.6%)
Mutual labels:  web-app
Webvectors
Web-ify your word2vec: framework to serve distributional semantic models online
Stars: ✭ 154 (-93.89%)
Mutual labels:  web-app
Sharry
Sharry is a self-hosted file sharing web application.
Stars: ✭ 170 (-93.25%)
Mutual labels:  web-app
Zoomhub
Share and view high-resolution images effortlessly
Stars: ✭ 122 (-95.16%)
Mutual labels:  web-app
Apollo Offline
An offline toolkit for the Apollo client
Stars: ✭ 186 (-92.62%)
Mutual labels:  web-app
Vue Endless H5 Game
一个Vue制作的冒险游戏
Stars: ✭ 121 (-95.2%)
Mutual labels:  web-app
Electrode
Web applications with node.js and React
Stars: ✭ 2,033 (-19.33%)
Mutual labels:  web-app
Hass Configurator
Configuration UI for Home Assistant
Stars: ✭ 211 (-91.63%)
Mutual labels:  web-app
React Native Open Project
可能是目前最用心收集的 React Native 优秀开源项目大全,公众号【aMarno】www.marno.cn
Stars: ✭ 2,254 (-10.56%)
Mutual labels:  web-app
Web Code
A text editor for the web based around monaco
Stars: ✭ 174 (-93.1%)
Mutual labels:  web-app

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.

YouTube video, User manual

About

Hi 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. The Designer works perfectly in Chrome, Mozilla (Firefox, Seamonkey), Internet Explorer, MS Edge, Safari and Opera.

Many database features are supported, such as keys, foreign key constraints, comments and indexes. You can either save your design (for further loading & modifications), print it or export as SQL script. It is possible to retrieve (import) schema from existing database.

WWW SQL Designer was created by Ondrej Zara and is built atop the oz.js JavaScript module. It is distributed under New BSD license.

If you wish to support this project, Donate at PayPal at PayPal!

Quick Start

Local Installation:

  1. npm install http-server -g
  2. Run http-server in the root of this repo to start a simple http server
  3. Visit http://127.0.0.1:8080

Docker Installation:

  1. Build docker build -t wwwsqldesigner .
  2. Run docker run -d -p 8080:80 wwwsqldesigner
  3. Visit http://127.0.0.1:8080

News

Moved to GitHub

Google Code is closing down, we are now completely migrated to GitHub.

Experimental real-time collaboration version

Thanks to Bharat Patil: http://bharat.whiteboard.jit.su/

New release

Version 2.7 was released on 3.8.2012. This is mainly a bugfix release, although several new features (most notable localStorage support) are present.

Release

Version 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...

Experimental clone with deletion of saved designs

http://code.google.com/r/charlieyouakim-wwwsqldesigner-deleteadd/

New optional patch

A 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.

Support for CUBRID

WWW SQL Designer now supports the CUBRID database: both as a backend (using PHP) as well as datatype definition set.

Release

Version 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.

Release

Version 2.4 was released on 5.11.2009. Several outstanding issues were fixed and new locales added.

Release

Version 2.3.3 was released on 28.7.2009. This long-awaited release includes numerous fixes, compatibility improvements, new locales, backends and DB datatypes.

Release

Version 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!

Google Code

The 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.)

2.0 is here

Good 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.

Bad 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 :/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].