0.4.3 • Published 5 years ago

preql-mariadb v0.4.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

PreQL-to-MariaDB Transpiler

What is PreQL?

A Pre-SQL language that can transpile to any SQL dialect. It takes a declarative Kubernetes-like YAML schema and generates the necessary commands or statements in the correct order to generate schema and other database objects in the database dialect of your choice.

What is this Library

This library converts PreQL into MariaDB SQL.

To Do

  • Create database before deleting all triggers in it
  • Make the Server kind set the time zone
  • UPSERT on duplicate primary keys
  • Transpile CharacterSet
  • Transpile Collation
  • Support multi-valued attributes
  • Warn on unrecognized types.
  • Resize columns?
  • Wrap column names in backticks
  • Fix issue with transpiling Entry.
  • Create an API that emits an array of statements.
  • Put comments between statements.
0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago