postgres_ext
PostgreSQL data type extension
Adds support for missing PostgreSQL data types to ActiveRecord in Ruby on Rails applications
Adds support for missing PostgreSQL data types to ActiveRecord
643 stars
23 watching
183 forks
Language: Ruby
last commit: about 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
georgekaraszi/activerecordextended | Provides additional Postgres functionality to an ActiveRecord application. | 1,313 |
alassek/activerecord-pg_enum | Enables Rails to use PostgreSQL's enumeration types in database columns | 167 |
casecommons/pg_search | A library that provides named scopes for searching in PostgreSQL databases | 1,347 |
bibendi/activerecord-postgres_enum | Integrates PostgreSQL's enum data type into ActiveRecord's schema and migrations. | 360 |
schemaplus/schema_plus_pg_indexes | Adds support for PostgreSQL index expressions and operator classes to ActiveRecord | 30 |
ged/ruby-pg | A PostgreSQL interface library for Ruby | 796 |
royaltm/ruby-em-pg-client | An asynchronous PostgreSQL client library for Ruby that provides a connection interface with EventMachine support. | 59 |
neo4jrb/activegraph | A Ruby wrapper around Neo4j, providing an Active Model interface to its graph database capabilities. | 1,398 |
kvokka/pp_sql | An ActiveRecord log beautifier gem for Ruby on Rails | 265 |
nullobject/rein | Adds support for defining database constraints in ActiveRecord migrations without writing custom SQL. | 670 |
westonganger/active_snapshot | A library that provides simplified snapshots and restoration for ActiveRecord models and associations with transparent white-box implementation. | 126 |
schemaplus/schema_plus_default_expr | Allows setting default values of columns to SQL expressions in Ruby on Rails ActiveRecord migrations. | 0 |
closuretree/with_advisory_lock | Adds advisory locking to ActiveRecord models for concurrent access control | 627 |
denodrivers/postgres | A PostgreSQL driver for Deno that simplifies interaction with the database. | 607 |
drecom/activerecord-turntable | Database sharding extension for Ruby on Rails applications | 211 |