adminjs-typeorm icon indicating copy to clipboard operation
adminjs-typeorm copied to clipboard

TypeORM adapter for AdminJS

Results 28 adminjs-typeorm issues
Sort by recently updated
recently updated
newest added

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...

![Screenshot_20210216_091626](https://user-images.githubusercontent.com/11319154/108041472-e0fea480-703e-11eb-8611-d41d71a32513.png) ![Screenshot_20210216_091644](https://user-images.githubusercontent.com/11319154/108041474-e1973b00-703e-11eb-9fe3-873ba1730605.png) ![Screenshot_20210216_091704](https://user-images.githubusercontent.com/11319154/108041475-e22fd180-703e-11eb-80ef-271be3bad956.png) Steps: 1. Define field as `float` using typeorm decorators 2. Input string in admin panel for this field and try to save

bug

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