TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: ElectroDB – I made a library to simplify complex DynamoDB techniques

1 点作者 tinkertamper超过 1 年前
Over the last four years I&#x27;ve been working on a library that handles all the hard bits of working with DynamoDB: modeling&#x2F;managing your index values, achieving entity isolation with queries, writing dynamodb parameters and filters that isn&#x27;t hard to read&#x2F;review. ElectroDB manages your keys and does a lot under the hood to help with the pitfalls of keeping multiple entities in a single table.<p>I&#x27;m proud of the library&#x27;s use of strong type inference typing, it makes using Electro a breeze out of the box. I also made a playground where you can work with the library (and it&#x27;s typing directly) and it also outputs the parameters it generates in browser: <a href="https:&#x2F;&#x2F;electrodb.fun" rel="nofollow noreferrer">https:&#x2F;&#x2F;electrodb.fun</a><p>Here is the documentation site if you&#x27;d like to learn more: <a href="https:&#x2F;&#x2F;electrodb.dev" rel="nofollow noreferrer">https:&#x2F;&#x2F;electrodb.dev</a><p>SST includes it as an example in their `create-sst` app, and I support users in a channel on their discord here: <a href="https:&#x2F;&#x2F;discord.com&#x2F;channels&#x2F;983865673656705025&#x2F;994984119224246303" rel="nofollow noreferrer">https:&#x2F;&#x2F;discord.com&#x2F;channels&#x2F;983865673656705025&#x2F;994984119224...</a><p>I figured this would be helpful for folks who are are at re:Invent and consider using it in their next project!

暂无评论

暂无评论