CreateMsSQLConnectionString | Creates an MSSQL connection string |
CreateMySQLConnectionString | Create a database connection string for a MySQL database. |
CreatePostgresConnectionString | Creates a PostgreSQL connection string |
OpenConnection | Open a new connection to a database. |
SqlCommand | Executes a Sql command |
SqlCreateSchemaFromTable | Creates a Schema entity from a SQL table |
SqlCreateTable | Create a SQL table from a given schema |
SqlInsert | Inserts data into a SQL table |
SqlQuery | Executes a SQL query and returns the result as an entity stream. |