Replacement for ActiveRecord? #13
vitorpamplona
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
@vitorpamplona It is certainly possible. Either by:
The latter seems more straightforward to implement because it probably doesn't involve relational algebra and AREL visitors. Do you need to use ActiveRecord or ActiveResource would do? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am currently converting an old system that uses ActiveRecord to Nostr and could try to use it. But insert, update, delete are the easy parts. The hard part is how to migrate querying. I am not an advanced Ruby dev, so we will see how this goes. :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@wilsonsilva I assume you have thought about this but do you think there is any way to build an ActiveRecord replacement that saves things on Nostr instead of a regular database?
I am trying to connect a Rails app into Nostr and thought about doing this via nostr-protocol/nips#1168
Beta Was this translation helpful? Give feedback.
All reactions