Welcome to floor Discussions! #441
Replies: 7 comments 16 replies
-
Hi, My name is Roddy thanks for the library - very helpful! What do you think about adding this to the main readme.md ? I think people will appreciate going from 30 lines to 2 for each DAO.
|
Beta Was this translation helpful? Give feedback.
-
How to write migrations when I increase the database version? |
Beta Was this translation helpful? Give feedback.
-
Could someone please give me an example of how to use the 'unique' attribute in an entity? It's mentioned only very briefly in the documentation. |
Beta Was this translation helpful? Give feedback.
-
First of all thank you very much for the library you are congratulating, I am very in doubt which library to use moor or floor, but I decided not to use any of them for now and use my custom one for now. I just wanted to give feedback because I decided not to use this library for the time being.
|
Beta Was this translation helpful? Give feedback.
-
I'm having trouble with Foreign Key action's |
Beta Was this translation helpful? Give feedback.
-
First of all, thanks for the framework. I'm using it in a couple of projects an it is very helpful. I'd like to ask you to make the floor accept @required in the parameters for the DAO methods. I fought an error for a long time now and I think if the parameters were @required the problem haven't occurred. Thanks in advance and sorry for the english. |
Beta Was this translation helpful? Give feedback.
-
Hi @vitusortner is it possible to model a many-to-many relationship in an entity as in Hibernate for example? class Emplyoee {
final int id;
final String name;
final List<Project> listofProjects;
} |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions