relational-schemas

RDBMSs' schema templates for relational-query

http://khibino.github.io/haskell-relational-record/

Version on this page:0.1.8.0
LTS Haskell 22.14:0.1.8.1
Stackage Nightly 2024-03-28:0.1.8.1
Latest on Hackage:0.1.8.1

See all snapshots relational-schemas appears in

BSD-3-Clause licensed by Kei Hibino, Shohei Murayama, Shohei Yasutake, Sho KURODA
This version can be pinned in stack with:relational-schemas-0.1.8.0@sha256:31b679fc1fa73cd88e6798ed089cd83876919c7f84952fae8794702be94fd9de,6138

Module documentation for 0.1.8.0

This package contains some RDBMSs' schema structure definitions.

Supported RDBMS schemas are below:

  • IBM DB2

  • PostgreSQL

  • Microsoft SQLServer

  • SQLite3

  • Oracle

  • MySQL

Changes

0.1.8.0

  • update for GHC 8.8.x.
  • allow more type-categories of PostgreSQL.

0.1.7.0

  • adjust sub-directory modules of each DBMS to top module name.
  • enable addModifyTableAliasAS flag of SQLite3 configuration.
  • add custom API modules for each DBMS with appropriate configuration.

0.1.6.2

  • update tested-with.

0.1.6.1

  • update version constraint. ( along with re-versioned relational-query. )

0.1.6.0

  • apply projections with overloaded-labels to schema tables.

0.1.5.0

  • apply relational-query-0.10.0

0.1.4.1

  • apply relational-query-0.9.5

0.1.4.0

  • add tested-with 8.2.1.
  • switch 3rd number of version to separate from no-generic version.

0.1.3.3

  • Use Haskell implementation test instead of flag test in .cabal

0.1.3.2

  • Apply generic instances to schema queries.
  • Drop unused implicit imports.

0.1.3.1

  • Add tested-with.

0.1.3.0

  • Update typeMap of SQLite3 schema.

0.1.2.0

  • Get type info of network address in PostgreSQL schema.

0.1.1.0

  • Add medium-int to typeMap of MySQL schema.