VOOZH about

URL: https://www.nuget.org/packages/Turboline.NLQ2SQL.MySQL/

⇱ NuGet Gallery | Turboline.NLQ2SQL.MySQL 6.1.9




👁 Image
Turboline.NLQ2SQL.MySQL 6.1.9

dotnet add package Turboline.NLQ2SQL.MySQL --version 6.1.9
 
 
NuGet\Install-Package Turboline.NLQ2SQL.MySQL -Version 6.1.9
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Turboline.NLQ2SQL.MySQL" Version="6.1.9" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Turboline.NLQ2SQL.MySQL" Version="6.1.9" />
 
Directory.Packages.props
<PackageReference Include="Turboline.NLQ2SQL.MySQL" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Turboline.NLQ2SQL.MySQL --version 6.1.9
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Turboline.NLQ2SQL.MySQL, 6.1.9"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Turboline.NLQ2SQL.MySQL@6.1.9
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Turboline.NLQ2SQL.MySQL&version=6.1.9
 
Install as a Cake Addin
#tool nuget:?package=Turboline.NLQ2SQL.MySQL&version=6.1.9
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Turboline.NLP2SQL.MySQL


Integrating MySQL Turboline Packages in Your Application

Objective:

To integrate MySQL Turboline Packages into your application efficiently and effectively.

Key Steps:

  1. Create a blank project using the ASP.NET web app model view controller.
  2. Choose .NET 8.0 for the project.
  3. Select individual accounts for authentication.
  4. Install the MySQL package from NuGet packages. dotnet add package Turboline.NLP2SQL.MySQL
  5. Add code in the program.cs file:
    • Add namespace using Turboline.NLQ2SQL.MySQL;.
    • Add builder.Services.EnableTurbolineDashboard(builder.Configuration).ActivateMysql();.
    • Add app.UseTurbolineDashboard().UseMysql(); after the controller route.
  6. Update the application settings with the following configurations:
    • Set MySQL as the database type.
    • Provide the connection string for the database.
    • Add an API key obtained from the plan subscription from https://platform.turboline.ai.
    • Set an app name and logo URL.
"NLQ2SQLSettings": {
 "mySql": {
 "ConnectionString": "<Connectionstring>"
 },
 "APIKey": "",
 "AppName": "Amtev Data Studio, Powered by Turboline",
 "Logo": "https://cdn.turboline.ai/cdn/adminlte/dist/img/TLLogo.png"
}
  1. Run the project to complete the setup.
  2. To access the Turboline NLQ to MySQL, navigate /Turboline/mysql.

Cautionary Notes:

  • Ensure correct installation of the MySQL package from NuGet.
  • Double-check the code additions in the program.cs file for accuracy.
  • Securely store and manage the API key obtained from the subscription plan.

Tips for Efficiency:

  • Follow the steps sequentially to avoid missing any crucial configurations.
  • Keep all necessary information and URLs handy for quick reference during setup.
  • Test the integration thoroughly after completion to ensure functionality.

By following these steps, you can seamlessly integrate MySQL Turboline Packages into your application within a few minutes.


Using Turboline Lite Studio

Objective

To demonstrate how to navigate and utilize the features of Turboline Lite Studio for data analysis.

Key Steps

  1. Access the demo site using the provided URL.
  2. Log in using your Google account or personal email address.
  3. Explore the table information, including table names, column information, and number of records.
  4. Use the search function to find specific data, such as listing all products.
  5. Export data to CSV, Excel, PDF, or print it.
  6. Utilize the graphical interface to view data in different chart formats.
  7. Customize graphs by selecting specific data points or colors.
  8. Run complex queries to group data based on specific criteria.

Cautionary Notes

  • Ensure proper login credentials to access the platform.
  • Be cautious when running complex queries to avoid errors in data grouping.
  • Verify data accuracy before exporting or printing.

Tips for Efficiency

  • Familiarize yourself with the table information before conducting searches.
  • Utilize the graphical interface to visualize data trends effectively.
  • Save frequently used queries for quick access in the future.

Video Tutorial: Generate API Keys


Video Tutorial: Integrate MySQL Turboline Packages in Your Application

Product Versions Compatible and additional computed target framework versions.
.NET net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.1.9 215 10/21/2024
6.1.8 227 10/7/2024
6.1.7 207 9/30/2024
6.1.2 246 8/19/2024
6.1.1 209 8/13/2024
6.1.0 215 8/13/2024
1.0.5 181 7/23/2024
1.0.4 214 7/19/2024
1.0.3 238 7/8/2024
1.0.2 209 7/8/2024
1.0.1 203 6/30/2024
1.0.0 218 6/30/2024