 package
    
    
    
      package
    
    
      
        
      
    
   
    
      
  
    
      
  
    
      Version: 
        v0.2.33
    
    
      Opens a new window with list of versions in this module.
    
    
    
  
      
  
    Published: Aug 18, 2024
  
      
  
    License: LGPL-2.1
      
    
  
  
    Opens a new window with license information.
  
      
        
  
    
      Imports: 0
    
  
  
    Opens a new window with list of imports.
  
        
  
    
       Imported by: 0
    
  
  
    Opens a new window with list of known importers.
  
      
    
   
  
  
    
   
    
      
    
    
    
  
    
      
      
        
          
  
    
       Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    
      
        
 
  
    
      View Source
      const (
	MySQL      = "mysql"
	PostgreSQL = "postgresql"
	SQLServer  = "sqlserver"
	SQLite     = "sqlite"
	Redis      = "redis"
	MongoDB    = "mongodb"
)
     
  
  
  
  
  
  
  
      
  
  
    
    
    
      type DBInfo struct {
	Tag     string `json:"tag,omitempty"`
	Type    string `json:"type,omitempty"`
	ConnStr string `json:"conn_str,omitempty"`
}
     
  
  
       
      
     
   
        
      
      
        
  
    
       Source Files
      ¶
      Source Files
      ¶
    
   
      
      
        
  
    
       Directories
      ¶
      Directories
      ¶
    
    
    
   
      
     
   
   Click to show internal directories. 
   Click to hide internal directories.