Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/src/pages/blog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const POSTS = [
tag: 'Origin',
title: 'Why we built ST/ORM',
blurb:
'We used JPA and Hibernate for years and mostly liked them. This is the quieter reason we built a different ORM anyway: 300 tables, and managed entities you cannot pass around without ceremony.',
'If you have worked with JPA and Hibernate long enough, you probably know the feeling. Most of the time, things are fine. Then the model grows, the codebase gets larger, and there is some drama. One day we got the opportunity to start over. That is where our story starts.',
},
];

Expand Down
8 changes: 4 additions & 4 deletions website/src/pages/blog/why-we-built-storm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading