Need feedback on ORM

Building an ORM, it is close to sql, want more transparency, less migration overhead and lightweight:

Note: Ignore short syntax 3 letters, these will be proper keywords, focus on other pain points and provide more feedback.

Sample:
```
rows = (
    Order
    .select(
        Customer.name,
        fn.sum(Order.total).as_("revenue")
    )
    .join(Customer, Order.customer_id == Customer.id)
    .where(Order.status == "paid")
    .group_by(Customer.name)
    .having(fn.sum(Order.total) > 10000)
     .order_by(fn.sum(Order.total).desc())
    .limit(20)
    .offset(10)
    .all()
)

```

Will be supported in Python, rust, c#, Java, typescript and go.

Does anyone care? It will go on GitHub soon.

Have not finalized all the keywords yet, trying to be compliant with all supported langs and short but convey readability.

Tried to 3 letters for most keywords, to reduce verbose and multi lang support, I thought devs love short syntax, maybe not needed, other than keywords any other feedback is appreciated.

Also just like as, is or in are reserved in langs, what is good alternative?? Can as_ become aka()

q.sql()
q.explain()
q.args()
q.debug()
q.diff()

db.raw()
Hope each explains itself.

reddit.com
u/Commercial_Try_2538 — 9 days ago
▲ 3 r/agenticAI+2 crossposts

Any tool to automate API keys

In today’s jungle of agents and APIs, how are you feeding your agents, the api keys (LLMs, DBs, Cloud, SaaS services, push notifications, email services, and on and on), rotation of keys, for various tasks like oauth2 credentials, s3/r2/blob storage. Any automation you are using to keep track of all these?

reddit.com
u/Commercial_Try_2538 — 1 month ago

ADO Insights

Is your team less than 100-200?
Have multiple projects?
Need to see what’s going on and everything on screen?
Want to see developer productivity metrics?
Any other pain points?
Any other wish list?
Any open source repo?
Has clock in/out?
Easy to manage remote working teams?

Please suggest if you have or built a custom tool?

reddit.com
u/Commercial_Try_2538 — 3 months ago
▲ 7 r/django+3 crossposts

Using Azure DevOps & Need Insights?

Is your team less than 100-200?
Have multiple projects?
Need to see what’s going on and everything on screen?
Want to see productivity metrics?
Any other pain points?
Any other wish list?

Please suggest if you have or built a custom tool?

reddit.com
u/Commercial_Try_2538 — 3 months ago
▲ 3 r/BuildWithClaude+1 crossposts

Can we all build something together

Can we all build something together a huge project and worlds largest company with 10000+ founders???

Get Claude to blueprint the idea and let’s go if you think it’s worth it???

reddit.com
u/Commercial_Try_2538 — 3 months ago
▲ 0 r/evibe_dev+2 crossposts

Token usage

I am stuck at the level where it’s hard to control the number of tokens while team is trying to use it effectively, one day it is good other day it eats up so many tokens for no reason but tries to include more files than it should, any basic idea how to segregate the work like feature or folder or related files only etc will be cool??

reddit.com
u/Commercial_Try_2538 — 3 months ago
▲ 5 r/GoogleGeminiAI+1 crossposts

Hard to get support in AIStudio/GCP

It is so hard to understand that while google keep chasing Search business everything else is secondary for it customer support or rolling new features in Google Docs, or launching a product like Claude code?? Why?? Gemini is so good but looks like Google has no other plans to increase its leadership in other areas??

You click on support in AIStudio, it takes you to another page, you click there and another and then another and then a bot and then no answer!!! Are you facing the same??

reddit.com
u/Commercial_Try_2538 — 3 months ago

Any micro SaaS cms?

Easy to use, hosted, simple website management, possible multiple sites hosting?

For small businesses with owner able to manage themselves and under 2-3 dollars per month ??

reddit.com
u/Commercial_Try_2538 — 3 months ago
▲ 7 r/AIDiscussion+6 crossposts

ROI vs spend on AI

Honest Opinion on how much a team of 5-7 members should spend per month on AI tools?

How to measure ROI easily and effectively? Are you doing it?

Does your team works with AI on entire repos or features or few files?

Optional tips on Azure DevOps if your team is using it?

reddit.com
u/Commercial_Try_2538 — 3 months ago
▲ 4 r/evibe_dev+4 crossposts

How are you running and measuring sprints, developer productivity, enhancements, bugs, aibugs (eye bugs - Agent AI Coding Bugs)- overlooked bugs due to Agentic AI code gen (and lack of reviews).

Open Source tools for GitHub, Gitlab, Azure DevOps?? Please share links, experience and screenshots of dashboard if possible?

reddit.com
u/Commercial_Try_2538 — 3 months ago