schema_plus_pg_indexes
Index library
Adds support for PostgreSQL index expressions and operator classes to ActiveRecord
Adds support in ActiveRecord for PostgreSQL index expressions and operator classes, as well as a shorthand for case-insensitive indexes
30 stars
11 watching
13 forks
Language: Ruby
last commit: about 5 years ago Related projects:
Repository | Description | Stars |
---|---|---|
schemaplus/schema_plus_indexes | Adds convenient capabilities to ActiveRecord's index handling | 9 |
schemaplus/schema_plus_tables | Adds utility features to ActiveRecord's handling of tables | 5 |
schemaplus/schema_plus_columns | Provides useful accessors to ActiveRecord's Column object | 2 |
casecommons/pg_search | A library that provides named scopes for searching in PostgreSQL databases | 1,347 |
alassek/activerecord-pg_enum | Enables Rails to use PostgreSQL's enumeration types in database columns | 167 |
georgekaraszi/activerecordextended | Provides additional Postgres functionality to an ActiveRecord application. | 1,313 |
ged/ruby-pg | A PostgreSQL interface library for Ruby | 796 |
schemaplus/schema_plus_enums | An ActiveRecord extension for supporting enum data types in Ruby on Rails applications. | 14 |
schemaplus/schema_plus_default_expr | Allows setting default values of columns to SQL expressions in Ruby on Rails ActiveRecord migrations. | 0 |
davyjoneslocker/postgres_ext | Adds support for missing PostgreSQL data types to ActiveRecord in Ruby on Rails applications | 643 |
schemaplus/schema_plus_db_default | Provides an extension to ActiveRecord that allows setting column values to their default database value when saving a record. | 1 |
bibendi/activerecord-postgres_enum | Integrates PostgreSQL's enum data type into ActiveRecord's schema and migrations. | 360 |
royaltm/ruby-em-pg-client | An asynchronous PostgreSQL client library for Ruby that provides a connection interface with EventMachine support. | 59 |
arenadotio/pgx | A pure OCaml PostgreSQL client library with support for asynchronous and lightweight operations | 122 |
pganalyze/pg_query.rs | An SQL query parser and transformer library | 139 |