SurrealDB - getting started | Rust Language

Описание к видео SurrealDB - getting started | Rust Language

SurrealDB - Day 1 - I show some of the examples, how to use thunderclient in VSCode and surrealist.app to make queries and insert data. This video shows you how to get your hands dirty, and aims to be the "TLDR" for getting started with SurrealDB. https://surrealdb.com/

I also show the Rust code to use with SurrealDB (from the SurrealDB examples)

- chapters -
00:00 intro
02:16 thunderclient examples
08:00 persist data
08:40 Rust code

🟩 https://redandgreen.co.uk/learn-surre...

🦀 SurrealDB Rust Playlist
   • SurrealDB + Rust Examples  

install SurrealDB
---------------------------
🟩 https://surrealdb.com/install

start the server
-------------------------
surreal start --log info --user root --pass root file:mydatabase.db


Test code:
------------------
CREATE human:Bob SET age=27, nickname='Bob';
CREATE human:Pete SET age=39, nickname='Pete';
SELECT math::sum(age) from human GROUP ALL;


Demo Data
🟩 https://surrealdb.com/docs/surrealdb/...

Linux Hosting - VPS server - Webdock
----------------------------------------------------------------
🟩 Webdock Linux Hosting : https://webdock.io/en?maff=wdaff--170

Nostr
---------
@RngWeb
[email protected]

https://findthatbit.info/
https://redandgreen.co.uk/

#rustlang #SurrealDB #learningrust

Комментарии

Информация по комментариям в разработке