SurrealDB Queries with Types
May 23, 20247 views
surrealdbtypescriptdatabasetutorial
1 / 2

Built a custom surrealdb client in typescript that automatically builds the type interfaces for any query. This helps to keep your code typesafe and the compiler will immediately tell you if you are using the data returned wrong or have a typo.