Difference between revisions of "Database"

 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
*[[PostgreSQL]]
 
*[[PostgreSQL]]
 
*[[SQL]]
 
*[[SQL]]
*[[RabbitMQ]]
 
*[[FlyWay]] - Migration Tool
 
 
*[[AMQP]] - Advanced Message Queuing Protocol
 
*[[AMQP]] - Advanced Message Queuing Protocol
 +
**[[RabbitMQ]]
 +
 +
 +
==Database Migration and versioning tools==
 +
* [[FlyWay]] - https://flywaydb.org/
 +
* [[Liquibase]] - https://www.liquibase.org/
 +
 +
===other tools:===
 +
*Sequel Pro - MySQL database management for Mac OS X
 +
*PostGIS - Open source spatial database
 +
*Open PostgreSQL Monitoring - Oversee and Manage Your PostgreSQL Servers
 +
*Knex.js - SQL query builder for Postgres, MySQL, MariaDB, SQLite3, and Oracle
 +
 +
https://stackshare.io/stackups/flyway-vs-liquibase
  
 
==Resources==
 
==Resources==
 
https://en.wikipedia.org/wiki/Database
 
https://en.wikipedia.org/wiki/Database

Latest revision as of 01:32, 17 May 2019


Database Migration and versioning tools

other tools:

  • Sequel Pro - MySQL database management for Mac OS X
  • PostGIS - Open source spatial database
  • Open PostgreSQL Monitoring - Oversee and Manage Your PostgreSQL Servers
  • Knex.js - SQL query builder for Postgres, MySQL, MariaDB, SQLite3, and Oracle

https://stackshare.io/stackups/flyway-vs-liquibase

Resources

https://en.wikipedia.org/wiki/Database