Skip to content

dodyg/practical-edgedb-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practical EdgeDB.NET (2)

Samples on how to use EdgeDB with ASP.NET Core. It requires the .NET 8 preview 6. For ASP.NET Core samples, go to Practical ASP.NET Core.

  • Hello World

    This sample connects to hello-world instance and edgedb database to query a Message object and display it.

  • Simple Blog

    This sample shows how to insert data into EdgeDB. We are using uuid, str, anyenum and datetime EdgeDB types and they are mapped to C# as follows public record BlogPost(Guid Id, string Title, string Body, BlogPostStatus Status, EdgeDB.DataTypes.DateTime DateCreated);

About

Samples on how to use EdgeDB with ASP.NET Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published