Skip to the content.

Integrating Custom Haskell Functions into SQL Databases

This repository contains a proof of concept for integrating custom Haskell functions into SQL databases, specifically focusing on SQLite, PostgreSQL, and MySQL. The goal is to demonstrate how to create and use Haskell functions within these database systems, providing a high-level overview of the integration process.

Guide to the Repository

This repository is organized into several directories, each serving a specific purpose, we provide a brief overview of the main components:

Quick Start

This repository provides a quick start script to help you set up and run the examples. The script is located in the scripts directory and can be run directly from the command line when you are in the root directory:

./scripts/quick-setup.sh

This script will set up the necessary environment, build the required Docker image, and run the examples for each database system (i.e., SQLite, PostgreSQL, and MySQL). Make sure you have Docker Engine installed your machine before executing the script.

Contributing

We are excited about the potential of this project and are eager to see how it can evolve with the help of the community. If you have ideas, suggestions, or would like to contribute, please feel free to reach out to us at dpdb@dpella.io or on our website.

Bug reports

Found a bug or have a feature request? Please open an issue here.

Acknowledgments

Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Commission. Neither the Selected Third Parties Sub-Grant Agreement European Union nor the granting authority can be held responsible for them. Funded within the framework of the NGI Sargasso project under grant agreement No 101092887.

NGI Sargasso European Union

License

This project is distributed under the Mozilla License. See the LICENSE for more information.