mariadb
Here are 1,689 public repositories matching this topic...
ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
-
Updated
Nov 24, 2020 - TypeScript
Issue description
Go 1.15 will introduce a new Validator interface, which may be implemented by Conn to allow drivers to signal if a connection is valid or if it should be discarded:
Flyway by Redgate • Database Migrations Made Easy.
-
Updated
Nov 23, 2020 - Java
Database migrations. CLI and Golang library.
-
Updated
Nov 25, 2020 - Go
Describe the bug
When dropping all remaining routines/events/triggers, the resulting empty list is not replaced accordingly.
To Reproduce
Steps to reproduce the behavior:
- Select a database, create a few stored procedures (or events, or triggers, respectively), e.g.:
CREATE FUNCTION `test1`() RETURNS INT(1) NOT DETERMINISTIC NO SQL SQL SECURITY DEFINER RETURN 1;
CREATE
A modern Docker LAMP stack and MEAN stack for local development
-
Updated
Nov 22, 2020 - PHP
Recently, we did a lot of new changes around our documentation and had a lot of new contributions. We need new users to visit our docs and help us to fix/find broken links, typos, or any general improvements/ideas to the MindsDB documentation..
In my experience, far and away the primary reason to use DatabaseError::downcast_ref() is to check the constraint name. It would be nice not to have to downcast, though:
https://github.com/launchbadge/sqlx/blob/master/sqlx-core/src/error.rs#L146
pub trait DatabaseError: ... {
// existing methods omitted
/// Returns the name of the constraint that triggered the error, ifEnvironment
Liquibase Version: 4.0.0
Liquibase Integration & Version: spring boot 2.3.2
Liquibase Extension(s) & Version:
Database Vendor & Version: MySql 8.0.15
Operating System Type & Version: Ubuntu 18.04.3
Description
Fail when t
Low Code Open Source Framework in Python and JS
-
Updated
Nov 25, 2020 - Python
Hi,
is it possible to define enum mappings WITHOUT using attributes, maybe with some kind of fluent API? The only possibility I see right now is to use the MapValue attribute:
public enum Gender
{
[MapValue("M")] Male,
[MapValue("F")] Female,
[MapValue("U")] Unknown,
[MapValue("O")] Other,
}But I don't like this approach (see my longer explanation below). Thank you in
LNMP一键安装包是一个用Linux Shell编写的可以为CentOS/RHEL/Fedora/Aliyun/Amazon、Debian/Ubuntu/Raspbian/Deepin/Mint Linux VPS或独立主机安装LNMP(Nginx/MySQL/PHP)、LNMPA(Nginx/MySQL/PHP/Apache)、LAMP(Apache/MySQL/PHP)生产环境的Shell程序。
-
Updated
Nov 11, 2020 - Shell
Entity Framework Core provider for MySQL and MariaDB built on top of MySqlConnector
-
Updated
Nov 25, 2020 - C#
aiomysql is a library for accessing a MySQL database from the asyncio
-
Updated
Nov 23, 2020 - Python
Async MySQL Connector for .NET and .NET Core
-
Updated
Nov 19, 2020 - C#
VPSToolBox is a bash script that helps you setup Trojan-gfw Nginx Hexo Netdata and other powerful applications on a Linux server really quickly(超级Linux VPS脚本工具箱,一键安装Trojan-GFW代理,Hexo博客,RSS,邮件,Qbittorrent,Aria2,Netdata等應用程式。).
-
Updated
Nov 25, 2020 - Shell
Friendica Communications Platform
-
Updated
Nov 24, 2020 - PHP
DDEV-Local: a local PHP development environment system
-
Updated
Nov 24, 2020 - Go
Currently, the JDBC string containing the host name and port is hardcoded. For example, consider the connection string for MySQL:
It would be desirable to make this configurable. We could provide an option to set the JDBC string for each DBMS. For example, for MySQL,
Improve this page
Add a description, image, and links to the mariadb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mariadb topic, visit your repo's landing page and select "manage topics."


Issue Description
While using model.bulkCreate, as we pass the options, an object which contains transaction, it comes modified after the execution
What are you doing?
We have called bulk