Long time php/nette/doctrine developer, now shifted to javascript world (node/typescript/angular). Building MikroORM in my free time.
- Prague
- https://mikro-orm.io
- @B4nan
Highlights
- 72 discussions answered
Block or Report
Block or report B4nan
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned Loading
-
mikro-orm/mikro-orm Public
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, PostgreSQL and SQLite databases.
-
-
Example real world backend API built with NestJS + MikroORM
-
1,864 contributions in the last year
Less
More
Contribution activity
November 2021
Created 120 commits in 10 repositories
Created a pull request in mikro-orm/mikro-orm that received 1 comment
feat(core): validate usage of global context
It is no longer possible to use the global identity map. This was a common issue that led to weird bugs, as using the global EM without request con…
+84
−3
•
1
comment
Opened 6 other pull requests in 5 repositories
mikro-orm/mikro-orm
1
merged
1
open
apify/apify-shared-js
1
merged
apify/apify-js
1
merged
apify/actor-templates
1
merged
algolia/docsearch-configs
1
merged
Reviewed 21 pull requests in 7 repositories
mikro-orm/mikro-orm
7 pull requests
- refactor: fix cli seeder generate and add seeder env vars
- fix(query-builder): fix nested ordered pagination
- docs: seeder fixes and docs update
- refactor: don't include enum check constraint in type
- docs(recipes): add "Usage with AdminJS" recipe
-
refactor: fix type of
Collection.init - chore: export EntityClass from root
apify/apify-ts
5 pull requests
apify/browser-pool
4 pull requests
apify/apify-js
2 pull requests
apify/apify-actor-docker
1 pull request
apify/actor-templates
1 pull request
knex/knex
1 pull request
Created an issue in milesj/docusaurus-plugin-typedoc-api that received 3 comments
How to support versioning?
With the other docusaurus typedoc plugin, versioning worked automatically, as the api docs were just a folder with MD files. How can it work with t…
3
comments
Opened 1 other issue in 1 repository
milesj/docusaurus-plugin-typedoc-api
1
open
Answered 8 discussions in 1 repository
mikro-orm/mikro-orm
mikro-orm/mikro-orm
- Does MikroORM support fake deletions? SoftRemove is similar to TypeORM.
- What generics to give to EntityRepository for a Custom Base Repository
- How do I turn a JSON object into a MikroORM entity object and give it to UnitOfWork to manage.
- The difference between the initialization function resultCache and the cache option?
- What is the third parameter of set for custom cache?
- Time zone does not work under Mongo.
- How can we determine if an entity instance is managed by unitOfWork?
- Can I use different cache policies in different models?