ramp_database.tools.database.add_extension¶
- 
ramp_database.tools.database.add_extension(session, name)¶
- Adding a new extension, e.g., ‘py’. - Parameters
- sessionsqlalchemy.orm.Session
- The session to directly perform the operation on the database. 
- namestr
- The name of the extension to add if it does not exist. 
 
- session