All Projects → megastep → Mysql Udf

megastep / Mysql Udf

A set of C++ user-defined functions for MySQL servers.

Projects that are alternatives of or similar to Mysql Udf

Jodel Web
[PHP] JodelBlue is a Web-App and Browser-Client for the Jodel App. No registration required! Browse Jodels all over the world.
Stars: ✭ 15 (-48.28%)
Mutual labels:  mysql
Tbls
tbls is a CI-Friendly tool for document a database, written in Go.
Stars: ✭ 940 (+3141.38%)
Mutual labels:  mysql
Python Database Sanitizer
Python based database sanitizer for removing sensitive data from your database dumps
Stars: ✭ 29 (+0%)
Mutual labels:  mysql
Treefrog Framework
TreeFrog Framework : High-speed C++ MVC Framework for Web Application
Stars: ✭ 885 (+2951.72%)
Mutual labels:  mysql
Streamcaster
Live streaming platform built with Node.js and React
Stars: ✭ 20 (-31.03%)
Mutual labels:  mysql
Ecommerce
A powerful and lightweight eCommerce platform using ReactJs, Graphql, PHP, and Mysql.
Stars: ✭ 28 (-3.45%)
Mutual labels:  mysql
Mysql utils
Pinterest MySQL Management Tools
Stars: ✭ 877 (+2924.14%)
Mutual labels:  mysql
Web Framework For Java
A seed project with spring boot for AngularJS, AngularJs Material, Thymeleaf, RESTful API, MySQL and admin panel based on AdminLTE.
Stars: ✭ 29 (+0%)
Mutual labels:  mysql
Docker Nginx Php Mysql
Docker With Nginx PHP 7.2 And Mysql 5.x for developer
Stars: ✭ 21 (-27.59%)
Mutual labels:  mysql
Cse2102
Stars: ✭ 30 (+3.45%)
Mutual labels:  mysql
E Commerce 2 django
Guest register, user register, user login, user logout, account home page, product view history, change password, reset password, change name, send activation email when register, resend activation email, add shipping address, add billing address, add nickname to the addresses, edit shipping address, edit billing address, view list of your addresses, reuse shipping addresses when order products, reuse billing addresses when ordeer products, show sales analytics if staff or admin only using -chart.js-, get analytics data with Ajax, receive marketing email, change if user will receive marketing email or not by admin, send contact message with Ajax, products list, product detail, download product detail as a PDF file, download digital product files -if the user purchased that digital product only-, orders list, list of digital products files, order detail, download order detail as a PDF file, verify order ownership with Ajax -to secure order detail page-, show cart products, add or remove product from cart, checkout page, thanks page when order placed successfully, add or reuse payment method, add or reuse payment method with Ajax, search products by title, search products by description, search products by price, search products by tag title, write tags for products -by admin only-, auto fill contact email, full name if user logged in.
Stars: ✭ 20 (-31.03%)
Mutual labels:  mysql
Eosio sql plugin
EOSIO sql database plugin
Stars: ✭ 21 (-27.59%)
Mutual labels:  mysql
Dtool
数据生成器,数据库工具,数据库填充,伪数据,faker,mysql数据字典,数据库比对
Stars: ✭ 28 (-3.45%)
Mutual labels:  mysql
Awesomstar
Awesome (star)rating system with PHP, MySQL and pure JavaScript.
Stars: ✭ 15 (-48.28%)
Mutual labels:  mysql
Teanblog
📄 Simple blog platform based on Egg.js
Stars: ✭ 29 (+0%)
Mutual labels:  mysql
Sysbench Docker Hpe
Sysbench Dockerfiles and Scripts for VM and Container benchmarking MySQL
Stars: ✭ 14 (-51.72%)
Mutual labels:  mysql
Webpersonal
WebPersonal 是基于 Spring Boot + Vue Admin Template 搭建的个人网站,采用Docker容器化部署。包括个人简历、权限管理、相册等功能,持续更新,您的 Star⭐,就是我最大的动力(●'◡'●)
Stars: ✭ 28 (-3.45%)
Mutual labels:  mysql
Mirth Connect Docker
Mirth-Connect Docker container (+ Mysql container + PHPMyAdmin container)
Stars: ✭ 29 (+0%)
Mutual labels:  mysql
Mysqllog
Lightweight MySQL slow query log parser in Go
Stars: ✭ 29 (+0%)
Mutual labels:  mysql
Jsyang Admin
基于nodejs+egg+squelize+mysql+antd-design+wangEditor+dva+umi+react开发的后台管理平台快速生成方案,让前端er也可以快速进行全栈开发 https://jsyangadmin.github.io/
Stars: ✭ 29 (+0%)
Mutual labels:  mysql

This is a set of UDF functions for MySQL originally written by Jan Steeman.

http://mysql-udf.sourceforge.net/

These functions have been brought up to date with the MySQL API, and I added some functions (such as STEYX from Excel). I added a build system (simple Makefile) to easily compile all functions as a single library which can be installed with other MySQL plugins. The development environment for this library is Ubuntu Linux (64bit). The library should build cleanly on any standard Linux development machine with g++ and the MySQL development libraries and headers installed.

The import.sql script provides the necessary commands to import the UDF functions into MySQL. You need to be an administrator to be able to do that.

The repository on GitHub is at http://github.com/megastep/mysql-udf

-- Stephane Peter October 2011


Then:

  1. median() were merged with Steemann's (http://sourceforge.net/u/steemann/profile/) patch for available here:

    http://sourceforge.net/p/mysql-udf/patches/2/

  2. Misc functions merged with Paul's ("paul.w.b...") fixes from:

    http://code.google.com/p/mysql-udf-moments

  3. All remaining functions were patched to work against MySQL 5.5

  4. Makefile fixed to run correctly against MySQL 5.5

  5. Fixing import.sql for installing the functions.

  6. Made drop.sql script for removing the functions.

The repository on GitHub is at https://github.com/nmmmnu/mysql-udf

-- Nikolay Mihaylov [email protected] https://github.com/nmmmnu/ 21.September.2014

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].