Replies: 1 comment 2 replies
-
Native DB automatically handles calling Native Model to serialize your data. Read these links:
There are no constraints or foreign key principles like in SQL. It is a database that resembles a KV store with some additional functionalities. However, if you want to query your name as a secondary key, you can define your |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
THis seems like a very cool project and I like the fact that it is nosql and it integrates with Rust quite nicely and may be fit for my use case.
I just had a question.
Say I had this code:
I believe it is directly possible to insert from the
customer
variable after serializing it?And more importantly how would I query for the first name in my exampel code as
name
is linked to another structure that containsfirst
andlast
string data type fields?Beta Was this translation helpful? Give feedback.
All reactions