We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since the topic is large, the work is divided into stages
Legend:
□ - need to be written and tested ± - in the code, but not tested yet 🗸 - done and tested
□ Add support for Generic Query Service, which will be used to retrieve data for TypeORM (dev: Add generic query service #337).
□ Implement a minimal set of methods to support functionality listed in the TypeORM Quick start (https://typeorm.io/#quick-start) Keep already existing code from https://github.com/ydb-platform/typeorm and test it. Interface methods required for the Quick start are collected by trace - for details see https://github.com/Zork33/typeorm/tree/planning-steps-for-implementation
□ Realize the generation of migrations scripts based on the existing Postgres example
□ Make an example of seeding (initial filling of dictionaries) on the basis of migrations scripts.
□ It is desirable that the model of types was as close as possible to postgres implementation, to facilitate the transition
6... Further implement the rest of YdbDriver and YdbQueryRunner methods. There are less than half of them in the initial list
Depends from:
The text was updated successfully, but these errors were encountered:
cc: @nikolaymatrosov
Sorry, something went wrong.
typeorm/typeorm#9484 typeorm/typeorm#8916
A detailed implementation plan has been added to the issue description
polRk
No branches or pull requests
Make YDB support in TypeORM (https://typeorm.io).
Since the topic is large, the work is divided into stages
Legend:
□ Add support for Generic Query Service, which will be used to retrieve data for TypeORM (dev: Add generic query service #337).
□ Implement a minimal set of methods to support functionality listed in the TypeORM Quick start (https://typeorm.io/#quick-start)
Keep already existing code from https://github.com/ydb-platform/typeorm and test it.
Interface methods required for the Quick start are collected by trace - for details see https://github.com/Zork33/typeorm/tree/planning-steps-for-implementation
□ Realize the generation of migrations scripts based on the existing Postgres example
□ Make an example of seeding (initial filling of dictionaries) on the basis of migrations scripts.
□ It is desirable that the model of types was as close as possible to postgres implementation, to facilitate the transition
6... Further implement the rest of YdbDriver and YdbQueryRunner methods. There are less than half of them in the initial list
Depends from:
The text was updated successfully, but these errors were encountered: