News

How should we improve? One way would be to escape backticks in the database name before executing the CREATE statement. Another would be to check that the name matches [A-Za-z0-9_]+ or similar.
Lightweight and fast SQLite shines as a development companion. Learn how to take advantage of it in ASP.NET Core.
CreateDatabase FreecraftCore.DBCTools.CreateDatabase is the tool that is responsible for creating SQL tables for DBC editing. To use this tool you only need to configure the DBC input path, which ...