Forum > Databases

Nosql

(1/4) > >>

Prakash:
How to create nosql database in Lazarus with encrypted

Чебурашка:
Can you be a little more specific?

Which DBMS are you referring to?

Prakash:
I don't know which DBMS I have to use
I want to store everything in json

It should be easy to insert,delete,select and json should be compressed

Bogen85:
I don't see explicitly what you are looking for here: https://wiki.freepascal.org/Databases#Supported_databases

On can do NoSQL (Json records) with SQLite. (I've not tried it).

And SQLite does does support encryption.

Were you doing this in some other language and looking for the same with Lazarus/FPC?



KodeZwerg:

--- Quote from: Prakash on December 05, 2022, 02:10:07 am ---I don't know which DBMS I have
--- End quote ---
:o How about to inform yourself before asking such?


--- Quote from: Bogen85 on December 05, 2022, 03:51:06 am ---SQLite does does support encryption.
--- End quote ---
You can easy encrypt before adding to table and decrypt on getting content.
I mean, possibility exists, that I wanted to say  O:-) If it is smart or dumb is written on a different paper  ::)

Navigation

[0] Message Index

[#] Next page

Go to full version