Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lroal
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
lroal
7mo ago
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 hooks for row-level security. - SQLite user-defined fu
2.
▲
Show HN: Orange ORM 5.0.0
(github.com)
1 points
by
lroal
7mo ago
|
1 comments
3.
▲
Show HN: Expectation-based mocking library for JavaScript and TypeScript
(github.com)
1 points
by
lroal
8mo ago
|
0 comments
4.
▲
Orange ORM and Cloudflare D1
(github.com)
3 points
by
lroal
2y ago
|
1 comments
5.
▲
by
lroal
2y ago
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.
6.
▲
Video Tutorial for Node.js ORM – SQLite
(youtube.com)
3 points
by
lroal
2y ago
|
1 comments
7.
▲
by
lroal
2y ago
The datatable component is pretty advanced. https://primevue.org/datatable/ This also seems more mature than Vuetify.
8.
▲
PrimeVue: The Next-Gen UI Suite for Vue.js
(primevue.org)
3 points
by
lroal
2y ago
|
1 comments
9.
▲
by
lroal
2y ago
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 code generation - even when running pure
10.
▲
by
lroal
3y ago
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 over HTTP (in a safe manner), making it acce
11.
▲
RDB – ORM in the browser, TypeScript / JavaScript
(github.com)
1 points
by
lroal
3y ago
|
1 comments
12.
▲
by
lroal
3y ago
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: Build web apps with RDB in Express
13.
▲
by
lroal
11y ago
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
14.
▲
Rdb now supports json streaming (orm, Node.js)
(github.com)
5 points
by
lroal
11y ago
|
1 comments
15.
▲
by
lroal
12y ago
Agree
16.
▲
by
lroal
12y ago
It is not supported today. But it would't be any problem to implement it. Please create an issue if you want it.
17.
▲
by
lroal
12y ago
My plan was to stick to promises only. Unless there are lots of lots of developers that really wants callbacks.
18.
▲
by
lroal
12y ago
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 affected in a negative way.
19.
▲
by
lroal
12y ago
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 released it as OSS in javascript. It was created because we nee
20.
▲
Rdb – a Node.js ORM with transactions, persistence ignorance and promises
(npmjs.com)
39 points
by
lroal
12y ago
|
44 comments