All Projects → voidcontext → slick-generic-dao-example

voidcontext / slick-generic-dao-example

Licence: MIT License
Generic DAO example implementation for Slick 3.2

Programming Languages

scala
5932 projects

Labels

Projects that are alternatives of or similar to slick-generic-dao-example

jdbcTemplatePlus
基于SpringJdbcTemplate的ORM框架,比Mybatis更方便,更简单,仅需定义Model就可支持各种SQL查询和动态SQL,不再用拼写XML文件和SQL语句,可以通过各种注解式插件扩展,目前主要支持Mysql数据库
Stars: ✭ 25 (+78.57%)
Mutual labels:  dao
governance
🏢 Frontend for governance of the Decentraland DAO
Stars: ✭ 30 (+114.29%)
Mutual labels:  dao
Community-Governance
The IOTA community creates a governance structure for the community treasury.
Stars: ✭ 36 (+157.14%)
Mutual labels:  dao
slick-reference
Slickに関するサンプルやドキュメントを提供します。
Stars: ✭ 64 (+357.14%)
Mutual labels:  slick
crypto-books
Best of Crypto Books - A collection of books, white papers & more about crypto and blockchains.
Stars: ✭ 40 (+185.71%)
Mutual labels:  dao
DAOcreator
dApp for creating and interacting with DAOs
Stars: ✭ 34 (+142.86%)
Mutual labels:  dao
essential-slick
Essential Slick Pandoc Source
Stars: ✭ 36 (+157.14%)
Mutual labels:  slick
focus-single
Single repo demo project using GoFrame.
Stars: ✭ 26 (+85.71%)
Mutual labels:  dao
SmartDev-Scaffold
应用开发脚手架,可基于智能合约文件,一键生成区块链应用的代码
Stars: ✭ 22 (+57.14%)
Mutual labels:  dao
developerdao.com
A community of builders who believe in collective ownership of the internet
Stars: ✭ 381 (+2621.43%)
Mutual labels:  dao
daoos
A group of tools for anyone to be able to create their own decentralised organisation on Bitcoin. 🟩
Stars: ✭ 28 (+100%)
Mutual labels:  dao
sputnik-dao-contract
Smart contracts for https://app.astrodao.com
Stars: ✭ 81 (+478.57%)
Mutual labels:  dao
DAO-IPCI
Decentralized autonomous organization «The Integral Platform for Climate Initiatives». DApp, smart contracts and blockchain technology-based ledger for carbon units and carbon units’ operations data.
Stars: ✭ 31 (+121.43%)
Mutual labels:  dao
ngx-slick-carousel
Angular 11+ wrapper for slick plugin
Stars: ✭ 82 (+485.71%)
Mutual labels:  slick
seeds light wallet
www.joinseeds.earth/
Stars: ✭ 30 (+114.29%)
Mutual labels:  dao
Block-Farm
A farming game built upon Ethereum platform.
Stars: ✭ 60 (+328.57%)
Mutual labels:  dao
ecommerce
A project for exploring Akka with Scala
Stars: ✭ 24 (+71.43%)
Mutual labels:  slick
mongo
Light-weight utilities and declarative schema (mutable mapping) to augment, not replace the Python MongoDB driver.
Stars: ✭ 18 (+28.57%)
Mutual labels:  dao
foundation
for the Great Civilization
Stars: ✭ 54 (+285.71%)
Mutual labels:  dao
play-slick3-steps
Example app using scala Play Framework and Slick
Stars: ✭ 64 (+357.14%)
Mutual labels:  slick

slick-generic-dao-example

Generic DAO example implementation for Slick 3.0

Preface

This issue came up during coding a hobby project. I tried to find an example, but wasn't easy. Most of the forum threads, blog posts used Slick 2.0, and the difference between version 2.x and 3.x was too huge to apply the old rules. I've found a fairly convenient implementation in active-slick, but it didn't work in my case.

At this point I decided to seperate the problem from the project, and implement it in a different repo. Maybe it will be useful later, for someone.

Used Ideas

License

The MIT License (MIT)

Copyright (c) 2015 Gabor Pihaj

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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