Skip to content
New issue

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

Provide a modern decorator-based API as an alternative #701

Open
ejscribner opened this issue Jan 13, 2023 · 1 comment
Open

Provide a modern decorator-based API as an alternative #701

ejscribner opened this issue Jan 13, 2023 · 1 comment
Labels
blocked Cannot proceed Blocked enhancement Investigation Determine next steps P2 Important to Have
Projects

Comments

@ejscribner
Copy link
Collaborator

Create an alternative decorator-based API that is similar to TypeGoose, Nest.js, Angular.js, etc:

@Collection()
class User {
  string name;

  @required
  string email;
}
@ejscribner ejscribner created this issue from a note in Ottoman (To do) Jan 13, 2023
@ejscribner ejscribner added enhancement P2 Important to Have backlog Untriaged Backlog Investigation Determine next steps and removed backlog Untriaged Backlog labels Jan 13, 2023
@ejscribner
Copy link
Collaborator Author

https://typeorm.io/

@ejscribner ejscribner added the blocked Cannot proceed Blocked label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Cannot proceed Blocked enhancement Investigation Determine next steps P2 Important to Have
Projects
No open projects
Ottoman
  
To do
Development

No branches or pull requests

1 participant