github dbcrossbar/dbcrossbar v0.4.0-alpha.4
0.4.0-alpha.4 - 2020-05-19

latest releases: v0.5.7, v0.5.6, v0.5.5...
pre-release3 years ago

Added

  • BigQuery now imports and exports decimal (aka NUMERIC) values everywhere.
  • The dbcrossbar-ts driver now supports magic type aliases that will convert to the corresponding dbcrossbar types:
    • type decimal = string;
    • type int16 = number | string;
    • type int32 = number | string;
    • type int64 = number | string;

Changed

  • The sample shopify.ts schema now uses decimal instead of string when appropriate. It does not attempt to use int64 yet.

Don't miss a new dbcrossbar release

NewReleases is sending notifications on new releases.