All Projects → peek → peek-pg

peek / peek-pg

Licence: MIT License
Take a peek into the Postgres queries made during your application's requests.

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to peek-pg

nodejs-with-postgres-api-example
k8s course example - node.js app with Postgres, Hapi.js and Swagger
Stars: ✭ 59 (+293.33%)
Mutual labels:  postgres
PostgreSQLClient
PostgreSQL connector for Godot Engine in GDScript.
Stars: ✭ 28 (+86.67%)
Mutual labels:  postgres
docker-laravel-appengine
Laravel dockerized with official Google App Engine flexible php environment + swoole.
Stars: ✭ 66 (+340%)
Mutual labels:  postgres
PGTools
Инструменты обслуживания и разработки для PostgreSQL, а также другие интересности
Stars: ✭ 37 (+146.67%)
Mutual labels:  postgres
besu-exflo
A plugin for the Besu enterprise-grade Ethereum client with the aim of making it easier to extract chain data into a variety of different data stores and processing pipelines.
Stars: ✭ 16 (+6.67%)
Mutual labels:  postgres
oksql
An easy clojure postgres library
Stars: ✭ 69 (+360%)
Mutual labels:  postgres
upper
Upper is a open source back-end framework based on the Dart language.
Stars: ✭ 39 (+160%)
Mutual labels:  postgres
laravel-ltree
LTree Extension (PostgreSQL) for Laravel
Stars: ✭ 19 (+26.67%)
Mutual labels:  postgres
node-backend-template
A template for NodeJS backend projects
Stars: ✭ 19 (+26.67%)
Mutual labels:  postgres
space-cloud
Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes
Stars: ✭ 3,405 (+22600%)
Mutual labels:  postgres
nest-blog-api
Blog Web API with NestJs, Postgres, and Sequelize ORM
Stars: ✭ 69 (+360%)
Mutual labels:  postgres
pg credereum
Prototype of PostgreSQL extension bringing some properties of blockchain to the relational DBMS
Stars: ✭ 52 (+246.67%)
Mutual labels:  postgres
boilerplate
Fullstack boilerplate using Typescript, React, Node & GraphQL
Stars: ✭ 738 (+4820%)
Mutual labels:  postgres
walrus
Applying RLS to PostgreSQL WAL
Stars: ✭ 59 (+293.33%)
Mutual labels:  postgres
nestjs-starter-kit
Nest.js+Postgres+Nginx+Docker starter kit
Stars: ✭ 41 (+173.33%)
Mutual labels:  postgres
eslint-plugin-sql
SQL linting rules for ESLint.
Stars: ✭ 56 (+273.33%)
Mutual labels:  postgres
node-starter-kit
Node.js / GraphQL project template pre-configured with TypeScript, PostgreSQL, login flow, transactional emails, unit tests, CI/CD workflow.
Stars: ✭ 76 (+406.67%)
Mutual labels:  postgres
sqb
Extensible, multi-dialect SQL query builder and Database connection framework for NodeJS
Stars: ✭ 14 (-6.67%)
Mutual labels:  postgres
jooq-postgresql-json
jOOQ support for PostgreSQL json & jsonb
Stars: ✭ 40 (+166.67%)
Mutual labels:  postgres
pgdoctor
Simple, lightweight web service to perform health checks on PostgreSQL instances
Stars: ✭ 64 (+326.67%)
Mutual labels:  postgres

Peek::PG

Take a peek into the Postgres queries made during your application's requests.

Things this peek view provides:

  • Total number of Postgres queries called during the request
  • The duration of the queries made during the request

Installation

Add this line to your application's Gemfile:

gem 'peek-pg'

And then execute:

$ bundle

Or install it yourself as:

$ gem install peek-pg

Usage

Add the following to your config/initializers/peek.rb:

Peek.into Peek::Views::PG

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].