Connection - Project (Home Directory)

Home

project is a built-in connection that points to the project directory.

It is automatically created when:

  • a project is detected
  • or the --project-home is passed as an option.

Example

By setting the global option --project-home, we are defining a project run in the tabli-project directory from the user home directory (@user). We can therefore see its attributes with the info command.

tabli --project-home  tabli-project@user connection info project
Information about the connection (project)
Attribute              Value                                        Description                                                            
--------------------   ------------------------------------------   --------------------------------------------------------------------   
Comment                The project home directory                   A connection description                                               
MaxConcurrentThread    1                                            The maximum number of threads that can be created against the system   
MaxNameInPath          2147483647                                   The maximum number of names in a path                                  
Name                   project                                      The name of the connection                                             
TabBooleanDataType     Native                                       Boolean data type used to store boolean values                         
TabDateDataType        Native                                       Date data type used to store date values                               
TabTimeDataType        Native                                       Time format data type to store time values                             
TabTimestampDataType   Native                                       Timestamp data type used to store timestamp values                     
Url                    file:///C:/Users/gerardnico/tabli-project/   The url of the connection

Task Runner