PRODUCTOS DESTACADOS
Solución completa de modelado de datos para
ERBuilder es una herramienta de modelado de datos GUI que permite a los desarrolladores visualizar, diseñar y modelar bases de datos mediante diagramas de relación de entidad y genera automáticamente las bases de datos SQL más populares. Genere y comparta la documentación del Modelo de datos con su equipo. Optimice su modelo de datos mediante el uso de funciones avanzadas como la generación de datos de prueba, comparación de esquemas y sincronización de esquemas

La forma más rápida de llenar bases de datos con datos de prueba significativos
SB Data Generator es una herramienta simple y poderosa para generar y llenar tablas seleccionadas o bases de datos completas con datos de prueba realistas para sus aplicaciones. SB Data Generator invierte su base de datos y muestra tablas y columnas para que pueda asignarles múltiples plantillas de generadores de datos.

Testimonios
  Nuestros arquitectos de datos han encontrado el producto muy útil.

Steve, Arquitecto de base de datos
Una compañía de Fortune 500
  Es fácil diseñar esquemas y administrar versiones. Puede funcionar con múltiples bases de datos. Dos características notables son Ingeniería inversa y Generar documentación del modelo.

David A.
CISTEC Technology
  Fácil de usar y fácil de usar.

Saad E.
eMcRey
  ERBuilder es un modelador de bases de datos versátil. El diseño de la interfaz de usuario es bastante sencillo, por lo que los nuevos usuarios no deberían tener problemas para acostumbrarse.

Catalin C.
Softpedia
VERSIÓN GRATUITA DE ERBUILDER DISPONIBLE PARA DESCARGAR
¡Suscríbase a nuestro boletín para recibir noticias, descuentos y ofertas exclusivas!
@keyframes move_wave {
0% {
transform: translateX(0) translateZ(0) scaleY(1)
}
50% {
transform: translateX(-25%) translateZ(0) scaleY(0.55)
}
100% {
transform: translateX(-50%) translateZ(0) scaleY(1)
}
}
.waveWrapper {
overflow: hidden;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
}
.waveWrapperInner {
position: absolute;
width: 100%;
overflow: hidden;
height: 130px;
bottom: -1px;
background-image: URL(\»\»);
}
.bgTop {
z-index: 500;
opacity: 0;
}
.bgMiddle {
z-index: 10;
opacity: 0.75;
}
.bgBottom {
z-index: 5;
}
.wave {
position: absolute;
left: 0;
width: 200%;
height: 100%;
background-repeat: repeat no-repeat;
background-position: 0 bottom;
transform-origin: center bottom;
}
.waveTop {
background-size: 50% 100px;
}
.waveAnimation .waveTop {
animation: move-wave 3s;
-webkit-animation: move-wave 3s;
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.waveMiddle {
background-size: 50% 100px;
}
.waveAnimation .waveMiddle {
animation: move_wave 20s linear infinite;
}
.waveBottom {
background-size: 50% 100px;
}
.waveAnimation .waveBottom {
animation: move_wave 30s linear infinite;
}
center
center
no-repeat;left top;;
cover
0px
waves_home
home-slider-esp
no-repeat;left top;;
auto
Database Tools
5px 30px
#7fdbff
#ffffff
#7fdbff
#ffffff
#
width:200px;height:200px;
Support
40px 30px
#7fdbff
#ffffff
#7fdbff
#ffffff
width:200px;height:200px;
About Us
40px 30px
#7fdbff
#ffffff
#7fdbff
#ffffff
width:200px;height:200px;
no-repeat;left top;;
auto
Featured products
.h1_title{
font-weight: 400;
letter-spacing: 10px;
text-transform: uppercase;
font-size: 30px;
}
.h1_title:after {
display:block;
clear:both;
content : \»\»;
position: relative;
left : 0;
bottom : 0;
max-width:250px;
height : 1px;
width : 50%; /* or 100px */
border-bottom:1px solid #aaa;
margin:0 auto;
padding:4px 0px;
}
PRODUCTOS DESTACADOS
center
center
no-repeat;left top;;
auto
0px
20px
fadeInUpLarge
ERBuilder Data Modeler:
/* Create two equal columns that floats next to each other */
.column_content1 {
float: left;
width: 40%;
margin-top: 10px;
}
.column_content2 {
float: left;
width: 60%;
margin-top: 10px;
}
/* Responsive layout – makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 650px) {
.column_content{
display: flex !important;
flex-direction: column;
padding-left: 0px !important;
}
.displayed{
display: none !important;
}
.features_home{
text-align: center!important;
border-bottom: 1px solid black;
}
.button_erbuilder{
width: 100%;
padding-left: 0px !important;
display: block !important;
}
.features_list_erbuilder{
padding-left: 0px !important;
}
.button_erbuilder1{
width: 45% !important;
float: left !important;
}
.button_erbuilder2{
width: 45% !important;
float: right !important;
}
}
@media screen and (max-width: 650px) {
.column_content1 {
display: block;
width: 100%;
order: 2;
}
}
@media screen and (max-width: 650px) {
.column_content2 {
padding-top: 0px !important;
display: block;
width: 100%;
order: 1;
}
}
/**typin text span*/
.typewrite{
background: -webkit-linear-gradient(266deg, rgba(0,31,63,1) 0%, rgba(0,116,217,1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: bold;
-webkit-text-decoration-color: #0074D9;
text-decoration: underline;
text-decoration-color: #0074D9;
}
/**** features links ******/
.features_home {
font-size: 20px;
cursor: pointer;
color:#001f3f;
padding-bottom: 10px;
}
.features_home:hover {
cursor: pointer;
color:#0074D9;
/*background-color: #7FDBFF;*/
}
.features_home_bold {
font-weight: bold;
}
/*** div indicator*/
.hidden{
display: none;
}
.displayed{
display: inline-block;
/*border-left: 3px solid blue;*/
}
var TxtType = function(el, toRotate, period) {
this.toRotate = toRotate;
this.el = el;
this.loopNum = 0;
this.period = parseInt(period, 10) || 2000;
this.txt = \’\’;
this.tick();
this.isDeleting = false;
};
TxtType.prototype.tick = function() {
var i = this.loopNum % this.toRotate.length;
var fullTxt = this.toRotate[i];
if (this.isDeleting) {
this.txt = fullTxt.substring(0, this.txt.length – 1);
} else {
this.txt = fullTxt.substring(0, this.txt.length + 1);
}
this.el.innerHTML = \’\’+this.txt+\’\’;
var that = this;
var delta = 200 – Math.random() * 100;
if (this.isDeleting) { delta /= 2; }
if (!this.isDeleting && this.txt === fullTxt) {
delta = this.period;
this.isDeleting = true;
} else if (this.isDeleting && this.txt === \’\’) {
this.isDeleting = false;
this.loopNum++;
delta = 500;
}
setTimeout(function() {
that.tick();
}, delta);
};
window.onload = function() {
var elements = document.getElementsByClassName(\’typewrite\’);
for (var i=0; i .wrap { border-right: 0.08em solid #0074D9}\»;
document.body.appendChild(css);
};
function openTab(tabName) {
var i, x;
x = document.getElementsByClassName(\»column_content2\»);
for (i = 0; i < x.length; i++) {
x[i].style.display = \"none\";
}
document.getElementById(tabName).style.display = \"block\";
}
function addclass(divname) {
var find = document.getElementsByClassName(\»features_home_bold\»);
while(find.length > 0){
find[0].classList.remove(\’features_home_bold\’);
}
document.getElementById(divname).classList.add(\»features_home_bold\»);
}
Solución completa de modelado de datos para
ERBuilder es una herramienta de modelado de datos GUI que permite a los desarrolladores visualizar, diseñar y modelar bases de datos mediante diagramas de relación de entidad y genera automáticamente las bases de datos SQL más populares. Genere y comparta la documentación del Modelo de datos con su equipo. Optimice su modelo de datos mediante el uso de funciones avanzadas como la generación de datos de prueba, comparación de esquemas y sincronización de esquemas
Ingeniería delantera y reversa
Modelo de validación
Documentación del modelo de datos
Comparación de esquemas
generación de datos de prueba
Sincronización de esquemas
   






SB Data Generator:
/* Create two equal columns that floats next to each other */
.column_content3 {
float: left;
width: 35%;
margin-top: 30px;
}
.column_content4 {
float: left;
width: 65%;
margin-top: 30px;
}
/* Responsive layout – makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 650px) {
.column_content_datagen{
display: flex !important;
flex-direction: column;
padding-left: 0px !important;
}
.displayed2{
display: none !important;
}
.features_home2{
text-align: center!important;
border-bottom: 1px solid black;
}
.button_datagen{
width: 100%;
padding-left: 0px !important;
display: block !important;
}
.features_list_datagen{
padding-left: 0px !important;
}
.button_datagen1{
width: 45% !important;
float: left !important;
}
.button_datagen2{
width: 45% !important;
float: right !important;
}
}
@media screen and (max-width: 650px) {
.column_content3 {
width: 100%;
display: block;
order: 2
}
}
@media screen and (max-width: 650px) {
.column_content4 {
width: 100%;
display: block;
order: 1
}
}
/**** features links ******/
.features_home2 {
font-size: 20px;
/*cursor: pointer;*/
color:#001f3f;
padding-bottom: 10px;
}
/*.features_home2:hover {
cursor: pointer;
color:#0074D9;
font-weight: 400px;
/*background-color: #7FDBFF;
}*/
.features_home_bold2 {
font-weight: bold;
}
/*** div indicator*/
.hidden2{
display: none;
}
.displayed2{
display: inline-block;
/*border-left: 3px solid blue;*/
}
La forma más rápida de llenar bases de datos con datos de prueba significativos
SB Data Generator es una herramienta simple y poderosa para generar y llenar tablas seleccionadas o bases de datos completas con datos de prueba realistas para sus aplicaciones. SB Data Generator invierte su base de datos y muestra tablas y columnas para que pueda asignarles múltiples plantillas de generadores de datos.
Visualiza el modelo de datos
Genere grandes volúmenes de datos de prueba realistas
Vista previa de los datos que se generarán
Múltiples generadores incorporados disponibles
   

centered
curve up
#ffffff
#001f3f
divider_section
what people are saying about us
.h1_title2{
font-weight: 400;
letter-spacing: 10px;
text-transform: uppercase;
font-size: 30px;
}
.h1_title2:after {
display:block;
clear:both;
content : \»\»;
position: relative;
left : 0;
bottom : 0;
max-width:250px;
height : 1px;
width : 50%; /* or 100px */
border-bottom:1px solid #aaa;
margin:0 auto;
padding:4px 0px;
}
Testimonios
center
no-repeat;left top;;
auto
0px
20px
zoomInDownLarge
testimonials
.testimonials{
margin:0px auto 100px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(50px, 2fr));
grid-gap:10px;
}
.testimonials .card{
position: relative;
margin: 0 auto;
width: 300px;
background-color: #333;
padding: 20px;
box-sizing: border-box;
text-align: center;
box-shadow: 0 10px 40px rgba(0,0,0,0.5);
overflow: hidden;
}
.testimonials .card .layer{
position: absolute;
top:calc(100% – 2px);
background-color: #0074D9;
width: 100%;
height: 100%;
z-index: 1;
left:0;
transition: 0.5s;
}
.testimonials .card:hover .layer{
top:0;
}
.testimonials .card .content{
position: relative;
z-index: 2;
}
.testimonials .card .content p{
font-size: 18px;
line-height: 24px;
color:#fff;
}
.image img{
width: 100px;
height: 100px;
}
.testimonials .card .content .image{
width: 100px;
height:100px;
margin: 0 auto;
border-radius: 50%;
overflow: hidden;
border: 4px solid #fff;
box-shadow: 0 10px 20px rgba(0,0,0,.2);
}
.testimonials .card .content .details h2{
font-size: 18px;
color:#fff;
}
.testimonials .card .content .details h2 span{
color:#03a9f4;
font-size: 14px;
transition: 0.5s;
}
.testimonials .card:hover .content .details h2 span{
color:#fff;
}


Steve, Arquitecto de base de datosUna compañía de Fortune 500


David A.CISTEC Technology


Saad E.eMcRey


Catalin C.Softpedia
center
center
no-repeat;left top;;
auto
0px
0px 0px 0px 0px
zoomInLeft
Trial Call to action
.scroll_down {
-webkit-animation: mover 1s infinite alternate;
animation: mover 1s infinite alternate;
}
.scroll_down{
-webkit-animation: mover 1s infinite alternate;
animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-10px); }
}
@keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-10px); }
}
@media screen and (max-width: 650px) {
.legend_call{
line-height: normal;}
}
.call_to_act {
height: auto;
width: 100vw;
}
.waves_wrap svg {
width: 100%;
position: absolute;
left: 0;
top: 0;
}
#wave-1 {
animation: movewave 5s infinite alternate ease-in-out;
}
#wave-2 {
animation: movewave-2 5s infinite alternate-reverse ease-in-out;
}
@keyframes movewave {
from {
transform: translate(0, 3%);
}
to {
transform: translate(0, -3%);
}
}
@keyframes movewave-2 {
from {
transform: translate(0, 3%);
}
to {
transform: translate(0, -3%);
}
}
Comience con el modelador de datos ERBuilder
Pruebe ERBuilder gratis hoy
   
VERSIÓN GRATUITA DE ERBUILDER DISPONIBLE PARA DESCARGAR
center
center
no-repeat;center top;;
auto
0px
fadeInDown
@media screen and (max-width: 650px) {
.h1_title3{
padding-left:10px !important;
background: linear-gradient(134deg, rgba(255,255,255,1) 0%, rgba(196,194,194,1) 100%) !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
}
.free_down_text{
color: #fff !important;
padding-left:10px !important;
text-align:center !important;
}
.free_down_section{
background-color:rgba(0,0,0,0.5);
}
}
.h1_title3{
font-weight: 800;
letter-spacing: 0px;
text-transform: uppercase;
font-size: 28px;
padding-top:50px;
padding-left:50px;
background: linear-gradient(134deg, rgb(29,169,255) 0%, rgb(77,0,128) 50%, rgb(19,0,95) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.h1_title3:after {
display:block;
clear:both;
content : \»\»;
position: relative;
left : 0;
bottom : 0;
max-width:250px;
height : 1px;
width : 50%; /* or 100px */
border-bottom:1px solid #aaa;
margin:0 auto;
padding:4px 0px;
}
DESCARGAR EDICIÓN GRATUITA DE ERBUILDER
Softbuilder proporciona una edición gratuita de ERBuilder Data Modeler para uso no comercial dedicado a estudiantes, universidades, institutos educativos y organizaciones no gubernamentales.
left
center
no-repeat;left top;;
auto
zoomInRight
free_down_section
.subscription_section1{
color: #fff;
font-size:22px;
}
@media screen and (max-width: 650px) {
.subscription_section1{
text-align:center;
}
.left-home-subscribe{
width:100%;
}
}
¡Suscríbase a nuestro boletín para recibir noticias, descuentos y ofertas exclusivas!
left
no-repeat;left top;;
auto
0px
fadeInLeftLarge
left-home-subscribe
@media screen and (max-width: 650px) {
.input_subscribe{
text-align:center;
display:block;
}
.right-home-subscribe{
width:100%;
}
.subscribe_button{
width:100% !important;
}
.email_subscribe{
width:100% !important;
}
}
input[type=submit]:disabled {
background-color: #dddddd;
color: #fff;
}
function timestamp() { var response = document.getElementById(\»g-recaptcha-response\»); if (response == null || response.value.trim() == \»\») {var elems = JSON.parse(document.getElementsByName(\»captcha_settings\»)[0].value);elems[\»ts\»] = JSON.stringify(new Date().getTime());document.getElementsByName(\»captcha_settings\»)[0].value = JSON.stringify(elems); } } setInterval(timestamp, 500);
function enableBtn(){
document.getElementById(\»button1\»).disabled = false;
}
Acepto los
Términos de Uso y Política de privacidad*
left
center
no-repeat;left top;;
auto
0px
fadeInRightLarge
right-home-subscribe