Open jb-san opened 7 months ago
is there a way to get the whole thing when doing a db.from('posts').getFullList({..}) I don't want to have to specify all the fields I want, I want them all
db.from('posts').getFullList({..})
It should be full if you remove select. There is an issue with getOne not showing the correct types in that case, that will need a fix.
select
is there a way to get the whole thing when doing a
db.from('posts').getFullList({..})
I don't want to have to specify all the fields I want, I want them all