Posts by Enfasto • 39 points
4 posts
-
0
votes1
answer43
viewsA: Connection with Sqlite returns Unsupported driver [C]
I fixed it. The problem is that if the database field is with database_path('database.sqlite') the url field must be empty.
-
-2
votes1
answer43
viewsQ: Connection with Sqlite returns Unsupported driver [C]
I’m trying to use Sqlite in a project but when performing any command with Sqlite returns: Unsupported driver [C]. this is my configuration on database php. 'sqlite' => [ 'driver' => 'sqlite',…
-
1
votes2
answers514
viewsA: Conceptual model of two relationships between two entities
Friend then, I don’t have a diagrammer on my pc because I formatted so I did it on Paint anyway. The thing is that you don’t need to have two games you can put straight type on the table match. But…
relational-modelanswered Enfasto 39 -
1
votes1
answer215
viewsQ: Assistance with Rotationing(Quaternion.Slarp) in Unity
I want to make my object rotate 120 degrees and set a time for it. But instead of rotating 120 degrees it goes to degree 120. How to fix this? Transform inicial; float tempo; float angle; void Start…