#
indexes
Here are 61 public repositories matching this topic...
github
html
markdown
cli
syntax
gfm
server
directory
templating
highlighting
realtime
livereload
include
live-reload
indexes
md
markdown-it
markserv
markserv-cli
files-served
-
Updated
Mar 4, 2022 - CSS
mfvanek
commented
May 21, 2022
Sometimes in database migrations we've faced with curious constructions like
CREATE TABLE some_table
(
id bigserial primary key,
document_copy_id bigserial, // it's a foreign key
...
It's look like a code smell to use serial/bigserial type for foreign key column in that case.
So it would be great to have a diagnostic for finding and preventing such cases.
Also It would
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
An easy-to-use, lightweight embedded on-disk database built on Badger for use in your Go programs.
-
Updated
Sep 14, 2020 - Go
pg-index-health-sql is a set of sql-queries for analyzing and maintaining indexes health in Postgresql databases.
-
Updated
May 14, 2022
CLI tool to manage mongo database collection indexes through json files
-
Updated
Jul 21, 2021 - Go
Console utility for gracefully rebuild indexes/pkeys for PostgreSQL, with minimal locking in semi-auto mode.
-
Updated
Aug 20, 2016 - Ruby
Tools to gather useful information from PostgreSQL
-
Updated
Apr 28, 2020 - Python
A collection of scripts to use with indexes in SQL Server
sql-server
database
sql-server-database
foreign-key-constraints
sqlserver
indexes
t-sql
fk-constraints
-
Updated
Oct 4, 2019 - TSQL
Interactive Benchmarking of Persistent Memory Indexes
-
Updated
Jun 6, 2022 - Vue
An extension for pymongo that adds json schema validation and index management
-
Updated
Oct 19, 2019 - Python
This bot crawls and downloads statistics and pictures from google scholar's researchers.
-
Updated
Jan 18, 2022 - Python
Indoor Spatial Queries: Modeling, Indexing, and Processing
-
Updated
Feb 24, 2021 - Java
Code for our VLDB paper: A Critical Analysis of Recursive Model Indexes
-
Updated
May 24, 2022 - C++
Rust parser for bioinformatic index formats
-
Updated
Apr 5, 2021 - Rust
Tools for exploding PDFs into fragments based on an index
-
Updated
Feb 28, 2017 - Ruby
An implementation of an advanced movie search engine, using TMDB's data & Lucene's indexing. It is a desktop application, developed with JavaFX
search-engine
json
front-end
queries
movies
database
server
backend
javafx
tmdb
desktop-application
animations
api-rest
lucene
indexes
patterns-java
patterns-design
controlfx
animatefx
index-directory
-
Updated
Feb 15, 2022 - Java
Reaque is an mobile tool where we can share and find things related to Mozambique, the people and things there. From reflections and culture throught history and gastronomy to tourim and even fashion, if it is something about there, you should share and find it in Reaque.
-
Updated
Aug 22, 2019
I like to introduce my public repositories to serve people with algorithm and data structure, interview preparation, immigration, sponsor application, graduate study, PH.D. research, personal finance, landlord, mental training etc.
personal-finance
csharp
leetcode
sponsors
interview
hackerrank
immigration
indexes
introduction
algorithm-datastructure
mock-interview
-
Updated
Jan 24, 2019
Project used to study MongoDB indexes and scalability.
-
Updated
Apr 21, 2020 - Python
A IO cost simulator for different types of indexes.
-
Updated
Aug 25, 2019 - Python
Improve this page
Add a description, image, and links to the indexes topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the indexes topic, visit your repo's landing page and select "manage topics."
Calling
db.Dropwhen a bucket does not exist returns "bucket not found" and that error is directly from bolt'sbolt.ErrBucketNotFound, I believe this error should be translated tostorm.ErrNotFound.