コード例 #1
0
    public static async Task Main()
    {
        using var greeting = new HelloWorldExample("bolt://localhost:7687", "neo4j", "password");

        await greeting.CreateNode("hello word");
    }