#
rdbms
Here are 198 public repositories matching this topic...
A curated list of awesome tools for SQLAlchemy
-
Updated
Mar 3, 2020 - Python
Database CRUD Application Built on Electron | MySQL, Postgres
-
Updated
Mar 29, 2020 - TypeScript
Pgtune - tuning PostgreSQL config by your hardware
-
Updated
May 26, 2020 - JavaScript
Universal database layer for the client, server & mobile devices. It's like Lego for databases.
nodejs
json
typescript
csv
sql
orm
database
isomorphic
nosql
sqlite
leveldb
history
persistence
localstorage
trie
indexeddb
rdbms
taffydb
orm-library
-
Updated
May 16, 2020 - TypeScript
Helical Insight software is world’s first Open Source Business Intelligence framework which helps you to make sense out of your data and make well informed decisions.
mysql
big-data
mongodb
dashboard
hive
neo4j
nosql
reporting
postgresql
data-visualization
business-intelligence
druid
rdbms
data-analysis
graph-database
sql-editor
sqllite
amazon-redshift
oracle-database
-
Updated
Oct 22, 2019 - Java
PostgreSQL Remote Control
-
Updated
May 20, 2020 - Python
-
Updated
May 25, 2020 - Go
dpash
commented
Nov 4, 2019
Currently, we need to write tests like:
@Test
public void test() {
SQLStatementCountValidator.reset();
warehouseProductInfoService.findAllWithNPlusOne();
assertSelectCount(1);
}
It would be useful if we could write
@ExtendWith(QueryCountExtension.class)
public class Tests {
@QueryCount(select = 1)
public void test() {
JMHReif
commented
Feb 6, 2020
A user asked if we had an official spec for the format of the mappings.json file that’s created. Might be something helpful for users to know the layout so they can better adjust and edit it.
https://twitter.com/ta_o_zi/status/1224897034680881154
SQL input/output plugin for Fluentd
-
Updated
Apr 22, 2020 - Ruby
Zabbix Database Monitoring Service (Oracle, Pg, MySQL, MS SQL, DB2, etc.)
-
Updated
Apr 27, 2020 - Perl
PHP: Hypertext Preprocessor is a general-purpose programming language originally designed for web development. It was originally created by Rasmus Lerdorf in 1994; the PHP reference implementation is now produced by The PHP Group. (Materials for training)
-
Updated
Jan 2, 2020 - PHP
kibitan
commented
Jan 11, 2019
table:
alphabet_unique_column: unique%{alphabet}
it would be replaced as alphabet incremental replace.
- uniqueA
- uniqueB
- uniqueC
considering point
- is
%{alphabet}good syntax? - how about lower case/upper case?
- how about Carry-over? e.g.
AA,AB
Transactional SQL based RDBMS with sophisticated multi table constraint logic.
-
Updated
Dec 3, 2018 - Java
Advanced REST-wrapper for your SQL-queries (actually not only SQL)
java
devops
schema
sql
code-generator
nosql
db
rdbms
ddl
dba
sql-generation
db-migration
db-generator
db-manager
db-swiss-knife
db-ide
db-tool
-
Updated
Feb 14, 2020 - Kotlin
AutoQuery + Admin UI for ServiceStack Projects
mysql
browser
memory
sqlite
servicestack
dynamodb
postgresql
rdbms
ormlite
sqlserver
autoquery-services
autoquery
-
Updated
May 2, 2020 - C#
Utility to query a RDBMS using SqlAlchemy ORM by feeding input as JSON.
-
Updated
Jun 20, 2019 - Python
The ninja elephant obfuscation and replica tool
-
Updated
Jan 10, 2019 - Python
-
Updated
Apr 10, 2020 - Dockerfile
Improve this page
Add a description, image, and links to the rdbms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rdbms topic, visit your repo's landing page and select "manage topics."
1.0-alpha.3+dev.69.g4f0eef61.d20200222Initially I wanted to comment on #1134, but I found a few more bad errors and decided to create a separate issue that can be used for tracking bad error messages.
Steps to reproduce:
| operation | good |