Viewing profile — lroal
lroal
HN member- Joined
- Thu, Feb 19, 2015, 8:33 AM UTC
- HN karma
- 40
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About lroal
No profile information was provided.
Recent public activity
-
comment
Comment #46945292
Orange ORM 5.0.0 is out. Breaking: - getAll removed; use getMany (same signature). - getOne no longer accepts filter as first arg; move it to where. Also: - ExpressJS before/after …
- story
- story
-
comment
Comment #43066601
I am happy to announce that orange-orm now supports Cloudflare D1. It does not need the node compatability flag. It is a typescript ORM.
- story
- story
-
comment
Comment #40002035
The datatable component is pretty advanced. https://primevue.org/datatable/ This also seems more mature than Vuetify.
- story
-
comment
Comment #39982200
You should try https://github.com/alfateam/rdb It is database agnostic. It works with sqlite, mssql, mysql, postgres, oracle, and sapase. It gives you full intellisense without cod…
-
comment
Comment #37973786
You should really try out RDB, an ORM that I've been working on since 2014. https://rdbjs.org It has a very small fooprint - well suited for Amazon lambda. We now support client ov…
-
comment
Comment #37272747
I am excited about this release of RDB. Rich Querying Model Concise API: Developer-friendly & expressive. Full IntelliSense without code generation. TS & JS Ready Browser-Friendly:…
- story
-
comment
Comment #10620423
The direct link to streaming docs: https://github.com/alfateam/rdb/blob/master/docs/docs.md#_st... https://github.com/alfateam/rdb/blob/master/docs/docs.md#_st...
- story
-
comment
Comment #9074055
Agree
-
comment
Comment #9073700
It is not supported today. But it would't be any problem to implement it. Please create an issue if you want it.
-
comment
Comment #9073694
My plan was to stick to promises only. Unless there are lots of lots of developers that really wants callbacks.
-
comment
Comment #9073578
Rdb (Relational Database) is meant only for Relation Databases (sql). I have no plans on supporting document databases - that would probably a bad compromize. And the api would be …
-
comment
Comment #9073543
Rdb is used in commercial products at my employer Timpex (www.timpex.no). So it will definitely be maintained. The code was initially closed source in csharp, we refined it and rel…
- story