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

Unit Tests? #2

Open
mikecann opened this issue Jul 23, 2018 · 4 comments
Open

Unit Tests? #2

mikecann opened this issue Jul 23, 2018 · 4 comments

Comments

@mikecann
Copy link

Hey,

This is a really nice looking library, im very impressed with your usage of Typescript, but im just wondering about the lack of automated tests. Was there a specific reason why you omitted those?

Thanks again, its an awesome bit of work.

@lucasmafra
Copy link
Owner

lucasmafra commented Jul 23, 2018

Hi @mikecann,

Thanks for asking. To be honest, this is just a pet project. I was working with DynamoDB a couple months ago and I noticed that there is no good ORM for DynamoDB in Typescript. As I was trying to develop my skills with the language I tought it could be fun to develop a typed library for DynamoDB that could help me developing my DynamoDB backed applications safer and faster (btw I hate the AWS Dynamo SDK). As you can see by the readme, at the time I was very excited about it (LoL), but I haven't worked on this in the last 3 months.

@lucasmafra
Copy link
Owner

lucasmafra commented Jul 23, 2018

I'm considering to get back with this lib in the next weeks, but there is really no serious roadmap for now. A couple days ago the guys from the company I was working for reached me to know what's the current status of the library as they are considering to start using in their next project, maybe that will do as an "extra motivation" for me

@lucasmafra
Copy link
Owner

Oh, and I'm sorry I didn't mention any of this in the README. I wasn't expecting people to find this library at all. 😅 I'm going to update the docs to be more explicit about the current status of this.

@mikecann
Copy link
Author

I was working with DynamoDB a couple months ago and I noticed that there is no good ORM for DynamoDB in Typescript.

Yes you are quite right, I am shocked that there is no real good option. There are tons of options for Relational databases but nothing for Dynamo DB.

From what I can see the only two options are yours (9 stars) and Dynamo-type-orm (33 stars) so not exactly a massive selection.

I do prefer the look of your library. As I say I think you have done a fantastic job with the API, it looks great and your readme is really clear.

I am currently evaluating the options for a project we are working on. Like I mentioned at the top of this issue that a suite of tests would go a long way in making this feel less like a "pet" project and more like a serious offering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants