-
I was somewhat surprised (and dismayed) by the fact that Sequelize doesn't have a query builder. This means that in order to write generic selects with optional ands, or and ins, you have to start glu…
-
use sdk-nodejs-zincsearch/exmaples/index/exists/main.js
`/* Copyright 2022 Zinc Labs Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use…
-
Schema
```
sequelize.define('Advisors', {
advisorId: {
field: 'advisor_id',
type: DataTypes.INTEGER.UNSIGNED,
allowNull: false,
primaryKey: true,
autoIncre…
-
There seems to be a lack of outline for database migrations management. Where they should be defined, how they should be defined and when they would run.
-
Sequelise-restful had a method of requesting, via the HEAD of `/api/` essentially a JSON.stringify of the relevant sequelize.model. It didnt really work, once you added the associations there was a ci…
-
My Environment
Magma v1.8
Two servers as testbed with Ubuntu 20.04 and Ubuntu 22.04 both systems are Ubuntu server
Problem with NMS
Deployed with Docker
I recently installed the Magma ORC8R and…
-
I think that currently migrator package is not supporting ES modules
> node -r ts-node/register/transpile-only _migrations-slonik/setup.cjs up
Error: require() of ES Module .../apps/api/_migratio…
-
## Problem
In javascript, bigint is defined as a very very large number that could hold thousands of digits.
Postgres on the other hand only supports 8 bytes for a bigint (~19 digits). Despite its…
-
This is a thread to aggregate all questions/feedback/urgent bugs/discussions related to the recently released version 7.
Feel free to share your ideas or let us know about any issues you're facing …
-
This issue should be logged here as it has to do with this tutorial. Specifically deploying the server portion using Zeit Now v1 instead of v2: #https://github.com/apollographql/apollo-client/issues/4…