Git Product home page Git Product logo

onhate / nest-onetable Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 172 KB

A convenient way to integrate the power of DynamoDB OneTable with NestJS applications. It simplifies the process of creating and working with DynamoDB tables using the OneTable library within your NestJS modules.

License: MIT License

JavaScript 34.71% TypeScript 65.29%
bigtable dynamodb lambda module nestjs single-table-design typescript onetable

nest-onetable's Introduction

OlÑ, tudo bem? 🀘

My Developer Stats (Wakatime)

From: 07 June 2016 - To: 21 June 2024

Total Time: 9,194 hrs 7 mins

TypeScript                    4,220 hrs 59 minsβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   45.17 %
Java                          1,252 hrs 14 minsβ–ˆβ–ˆβ–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   13.40 %
JavaScript                    782 hrs 11 mins β–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   08.37 %
YAML                          483 hrs 39 mins β–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   05.18 %
Vue.js                        438 hrs 56 mins β–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   04.70 %
JSON                          425 hrs 33 mins β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   04.55 %
Groovy                        289 hrs 40 mins β–“β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   03.10 %
HTML                          198 hrs 22 mins β–“β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   02.12 %
GraphQL                       179 hrs 52 mins β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.92 %
Transact-SQL                  171 hrs 31 mins β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.84 %
Other                         150 hrs 30 mins β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.61 %

nest-onetable's People

Contributors

onhate avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nest-onetable's Issues

Typing error in generated ".d.ts" preventing usage

Without any issue guidelines or template I'll try to write this issue as well as I can :)

When importing library into the project, the .d.ts files show following errors:

Type 'K' does not satisfy the constraint 'keyof Required<T> | keyof OptionalOrUndefined<T>'.
Type 'keyof T' is not assignable to type 'keyof Required<T> | keyof OptionalOrUndefined<T>'.
Type 'string | number | symbol' is not assignable to type 'keyof Required<T> | keyof OptionalOrUndefined<T>'. Type 'string' is not assignable to type 'keyof Required<T> | keyof OptionalOrUndefined<T>'.

all of those come from decorators.d.ts

This could obviously be skipped with TypeScript's skipLibCheck but it remains a problem to be fixed.
To replicate, simply create a new nest project, add the nest-onetable library and disable skipLibCheck.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.