package
    
    
      
        
      
    
   
    
      
  
    
      
  
    
      Version: 
        v0.1.10
    
    
      Opens a new window with list of versions in this module.
    
    
    
  
      
  
    Published: Jan 15, 2021
  
      
  
    License: MIT
      
    
  
  
    Opens a new window with license information.
  
      
        
  
    
      Imports: 4
    
  
  
    Opens a new window with list of imports.
  
        
  
    
       Imported by: 0
    
  
  
    Opens a new window with list of known importers.
  
      
    
   
  
  
    
   
    
      
    
    
    
  
    
      
      
        
          
  
    
      
      Documentation
      ¶
    
    
  
    
  
    
      
        
 
    
Package sql provides basic functionality for accessing
a PostgreSQL database.
  
  
  
  
  
	  
  
  
    
    
    
  Exec executes a SQL update, insert, or delete statement.
  
         
	  
  
  
    
    
    
  Query executes a SQL query and calls the process closure using the
Rows object returned by the query.
  
         
	  
  
  
    
    
    
  Start is a generic actor startup handler that connects to a database
and stores the db connection via a Storage object in the context.
  
         
  
  
      
  
  
    
    
    
      type Storage struct {
	*sql.DB
}
     
  type Storage provides database access.
Implements interface b.ContextState
    
  
  
    
    
    
  method GetSessionMailbox for interface b.ContextState.
  
   
  
       
      
     
   
        
      
      
        
  
    
      
      Source Files
      ¶
    
   
      
      
     
   
   Click to show internal directories. 
   Click to hide internal directories.