TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

DBCore

223 pointsby omarfarooqover 3 years ago

9 comments

eatonphilover 3 years ago
Unexpected to see this here! I have not done a lot of work on this recently, but happy to answer any questions if you have any.
评论 #29155197 未加载
claytonjyover 3 years ago
Looks a lot like PostgREST, but with more backends (not just postgres), fewer fancy features (joins? not mentioned here), and with the client-side code generator built in (typescript).<p>If the author is reading, assuming I&#x27;m using Postgres and typescript, in what situations would I choose this over PostgREST + any openapi code generator?
评论 #29154762 未加载
评论 #29161293 未加载
DoctorOWover 3 years ago
Interesting how many languages are in here, HTML&#x2F;CSS&#x2F;TS on the front-end is no surprise, Go on the generated back-end is a little less expected than full-stack Typescript. The fact that the tool itself is in F# is really interesting. I kind of expected it to be some combinations of the others.<p>This is really cool. Poking around the source code, it&#x27;s surprisingly simple. It&#x27;s just a database -&gt; template engine with a front-end&#x2F;back-end template included.
评论 #29154998 未加载
hawkspriteover 3 years ago
I’ve been wanting to build this for years! Especially in a B2B setting, sometimes they simply want a prototype.
gravypodover 3 years ago
I would love if something like this existed except it used a .proto as the source of truth and had a way to provide ways to rename&#x2F;query certain fields.<p>Would make it easy to replace shared DBs with APIs over time.
revskillover 3 years ago
Real world CRUD is a bit different though, you want to send the log to somewhere else, use Sentry to try catch error in your CRUD endpoint. Or publishing a message to Kafka after u created an object. How to integrate &quot;real world components&quot; into this ?
评论 #29157817 未加载
elzbardicoover 3 years ago
2021, let me introduce you to Microsoft Access, but now for the web
评论 #29158428 未加载
评论 #29159731 未加载
cbsmithover 3 years ago
Remember when DB&#x27;s embedded web servers so you could access their data over HTTP? That was like 2000 right? The world has come full circle.
评论 #29160803 未加载
jcmontxover 3 years ago
I like these kind of tools. I wish there were more thing like this in the .NET ecosystem
评论 #29196713 未加载