Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Generates SQL commands for creating tables, inserting data, and performing operations like text search and matching in PostgreSQL databases.
Types for columns in a table.
Weights for columns in a table (for a tsvector).
Generate SQL command for CREATE INDEX.
Generate SQL command for CREATE TABLE.
Generate SQL command for creating a table with data.
Generate SQL command for CREATE VIEW.
Generate SQL command for deleting data.
Generates SQL command for INSERT INTO using an array of values.
Generate SQL command for inserting data.
Generate SQL query for matching words with tsquery.
Number of operands used with an SQL operator.
Set of operators in SQL.
Data for a row in a table.
Generate SQL command for selecting data.
Generate SQL command for SELECT with tsquery.
Generate SQL commands to set up a table (create, insert, index).
Generate SQL commands for setting up table indexes and views.
Generate SQL command to check if a table exists.
Generate SQL command for updating data.