Turboline.NLQ2SQL.PostgresSQL 6.2.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Turboline.NLQ2SQL.PostgresSQL --version 6.2.6                
NuGet\Install-Package Turboline.NLQ2SQL.PostgresSQL -Version 6.2.6                
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.PostgresSQL" Version="6.2.6" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Turboline.NLQ2SQL.PostgresSQL --version 6.2.6                
#r "nuget: Turboline.NLQ2SQL.PostgresSQL, 6.2.6"                
#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.
// Install Turboline.NLQ2SQL.PostgresSQL as a Cake Addin
#addin nuget:?package=Turboline.NLQ2SQL.PostgresSQL&version=6.2.6

// Install Turboline.NLQ2SQL.PostgresSQL as a Cake Tool
#tool nuget:?package=Turboline.NLQ2SQL.PostgresSQL&version=6.2.6                

Banner

Publish NuGet Package

Turboline.NLP2SQL.PostgresSQL


Integrating PostgresSQL Turboline Packages in Your Application

Objective:

To integrate PostgresSQL 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 PostgresSQL & Turboline.AI.API.Client.Razor package from NuGet packages. dotnet add package Turboline.NLQ2SQL.PostgresSQL dotnet add package Turboline.AI.API.Client.Razor
  5. Add code in the program.cs file:
    • Add namespace using Turboline.NLQ2SQL.PostgreSQL;.
    • Add builder.Services.EnableTurbolineDashboard(builder.Configuration).ActivatePostgres();.
    • Add app.UseTurbolineDashboard().ActivatePostgres();.
  6. Update the application settings with the following configurations:
    • Set PostgresSQL 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": {
  " PostgreSQL": {
    "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 PostgreSQL, navigate /Turboline/postgres.

Cautionary Notes:

  • Ensure correct installation of the PostgresSQL 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 PostgresSQL 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

API Keys generation


Video Tutorial: Integrate PostgresSQL Turboline Packages in Your Application

Package Integration

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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.2.9 37 10/21/2024
6.2.8 41 10/21/2024
6.2.7 31 10/21/2024
6.2.6 37 10/21/2024
6.2.5 88 10/18/2024
6.2.4 81 10/7/2024
6.2.3 86 9/28/2024
6.2.2 108 8/28/2024
6.2.1 106 8/26/2024
6.2.0 111 8/26/2024
6.1.5 120 8/24/2024
6.1.4 115 8/24/2024
6.1.3 114 8/19/2024
6.1.2 131 8/13/2024
6.1.1 116 8/13/2024
6.1.0 113 8/12/2024
3.0.5 91 7/23/2024
3.0.4 94 7/19/2024
3.0.2 93 7/8/2024
3.0.1 100 6/29/2024
3.0.0 109 6/29/2024
2.0.0 98 6/26/2024
1.0.3 99 6/26/2024
1.0.2 94 6/26/2024
1.0.1 92 6/26/2024
1.0.0 105 6/26/2024 1.0.0 is deprecated because it has critical bugs.