adminjs-typeorm
adminjs-typeorm copied to clipboard
TypeORM adapter for AdminJS
I'm using NestJS and Postgres, and creating a record fails when a column is a array. This PR aims to solve this. Unfortunately, I'm not so knowledgeable of admin-bro, and...
Hello, I've been using AdminBro with Sequelize for a while now but I wanted to try it with TypeORM. I've followed the doc step by step, but I get this...
I had columns that have a type 'time' in Mariadb. For those columns, admin-bro shows NaN, which seems it tries to convert to the Date type but fail. I am...
   Steps: 1. Define field as `float` using typeorm decorators 2. Input string in admin panel for this field and try to save
Hello, this error occurs when using @adminbro/upload using @adminbro/typeorm adapter (with MongoDB database). It's unable to determine an id column on the record and fails afterwards. Please see the message...
# Summary This pull request introduces updates to add support for `EntitySchema` within the project. These updates improve the flexibility and functionality of AdminJS integration, allowing for more comprehensive resource...
With Node.js's new experimental flag `--experimental-require-module` it is possible to `require()` ECMAScript modules into CommonJS. For more information, see the [Node.js documentation](https://nodejs.org/api/modules.html#loading-ecmascript-modules-using-require). However without having `require` added to the `exports`...
related to https://github.com/SoftwareBrothers/adminjs/pull/1750