Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deusaquilus/dotty_test
Tesiting Various Dotty Features
https://github.com/deusaquilus/dotty_test
Last synced: 2 months ago
JSON representation
Tesiting Various Dotty Features
- Host: GitHub
- URL: https://github.com/deusaquilus/dotty_test
- Owner: deusaquilus
- License: apache-2.0
- Created: 2019-12-08T16:18:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T18:51:30.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T09:18:24.037Z (3 months ago)
- Language: Scala
- Size: 27.1 MB
- Stars: 16
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# This Repo has been moved
This repo has been moved to https://github.com/getquill/protoquill.## Future Dotty-Based Quill Implementation
Compile using sbt `compile` and `test:compile` normally. Currently on M3.
This project should work with metals. To import, go to the
project directory and type `code .` to open VS Code
(note that it will have to be configured beforehand).The functionality that is currently available is:
- Equivalent to quill-sql
- query, insert, delete, update basic functionality
- basic lift functionality `lift(scalar)` and `insert(lift(caseClass))`.
- basic parsing of quoted clauses, see `Parser.scala` for detailsFor further information, watch:
- [ScQuilL Sessions - Quill, Dotty, and Macros](https://www.youtube.com/watch?v=0PSg__PPjY8&list=PLqky8QybCVQYNZY_MNJpkjFKT-dAdHQDX) - A tutorial on developing Dotty-Quill from scratch (covers quoting, liftables, and liftables).
- [Quill, Dotty, And The Awesome Power of 'Inline'](https://www.youtube.com/watch?v=SmBpGkIsJIU) - Many examples of new things that can be done with this library that cannot be done with standard Quill.