Skip to content

telosys-templates-v4-3/database-sql-scripts

Repository files navigation

SQL scripts for database management

This bundle generates 2 SQL scripts for each database type :

  • "create-tables.sql"
    with a "CREATE TABLE" statement for each entity
    including Primary Key definition and Foreign Keys definitions

  • "drop-tables.sql"
    with a "DROP TABLE" statement for each entity

Examples are provided for the following database types:

  • MySQL 8
  • PostgreSQL
  • SQLite
  • SQL Server

About

Databases SQL scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published