Explore tweets tagged as #UseDatabase
When you start setting properties like UseDatabase or InMemory = true, you should really re-think what you're doing...
0
0
0
0
0
0
@ploeh Not sure if it was in your blogs, I came across 'UseDatabase' attribute to setup and teardown a database for tests. Any ref to that?
1
0
0
🚀 SQL Server is a powerful database management system that allows you to store, manage, and retrieve data efficiently. Creating and using a database is the first step in working with SQL. #SQL #SQLServer #ITEngineers #SQLCommands #CreateDatabase #UseDatabase #CreateCommand
0
0
0
@UseDatabase sorry.. pc tava um lixo. USHDIUA aqui estou não chora
0
0
0
#usedatabase This same lesson found students feeling much more prepared to do their assignment as they knew where to find the best info!
0
0
1
@radexp I've been using WatermelonDB for an Expo app and I'm loving it so far! I couldn't find this in the docs, but is there a reason to be using the `useDatabase()` hook as opposed to just `import { database } from "my-db-module"`? Thanks!
0
0
0
When `useDatabase` from Nitro will be out of experimental, a lot of things will be so much easier.
0
0
2
@UseDatabase tá a fim de zuar meu cabelo? *-*
0
0
0
@UseDatabase kkkkkkkkkkkkkkkkkkkkkkkkkk isso me lembra uma pessoa, mas vou calar-me
0
0
0
And since I use the useDatabase hook in many places and other queries depend on it, all these queries send two requests on mount because queryKey was changed
1
0
3
@sunglassesface @levelsio now let's try to take it one step further. const [save, find] = useDatabase( `${username}.sqlite`, z.object({ folder: z.string() }), z.object({ fileName: z.array(z.string()) }) ) find({ folder: 'docs' }).map(it => `${it.folder}/${it.fileName}`) wouldn't it be awesome?
1
0
1