diff --git a/src/nuget.rs b/src/nuget.rs index 0ca32ac..5a37df6 100644 --- a/src/nuget.rs +++ b/src/nuget.rs @@ -240,8 +240,15 @@ impl NugetPackage { namespace Microsoft.Data.Sqlite {{ + /// + /// Utility for loading SQLite vector extension. + /// public static class Sqlite{0}Extensions {{ + /// + /// Loads the {1} SQLite vector extension. + /// + /// A connection to a SQLite database. public static void Load{0}(this SqliteConnection connection) => connection.LoadExtension("{1}"); }}