You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 example code as name is linked to another structure that contains first and last string data type fields?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
polodb 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 example code as
name
is linked to another structure that containsfirst
andlast
string data type fields?Beta Was this translation helpful? Give feedback.
All reactions