jt

Results 12 comments of jt

That's good to hear:) Hope I can use your lib soon~

+1 I was going to ask this question. I'm a key-value db noobie, I thought there is way to do range query, turns out it is not supported yet :)

well, you need enough lights and faster shutter:) I'm not good at db stuff, and I'm looking for a embedded db for my small project. so whats your recommendation? tiedot...

I need to store about 50000 image file's info, like filename, size, location, tag, time,etc. and query with tag or time etc. it's a practice project for me.

in Go. I chose Go because it can setup a http server inside the program, no dependency issue, and seems fast. I want everything compact in my app, so it...

tiedot's way looks good. If all the images separate in different folders, and I want to list all the folder and image amount inside each folder, how should I implement...

what I need is list all the folders that contain image, with image amount. not one given folder's image amount. my app is about http server and image display, so...

less than 10 users. I'll try it. thank you very much~

Hi, is there any chance you will add range query feature recently? It seems I need this feature very much:) Otherwise, I don't know how to select data by time...

that's good news. I need query by day , or may be by integer range.