Forum > Database
SQLite3 + FPC. native!
Seenkao:
Всем привет!
Есть ли примеры, где используется SQLite3 без лишних обёрток? Мне не нужен ни какой графический интерфейс, мне нужно работать с базой данных в консоли.
-------------------------------
Google translate:
Hi all!
Are there any examples where SQLite3 is used without unnecessary wrappers? I don't need any GUI, I need to work with the database in the console.
marcov:
Read the source of the wrappers?
TRon:
And that is besides the fact that you can access SQL databases using their wrappers without an actual gui and from the console.
Seenkao:
Я пишу про примеры! :)
Я могу использовать сам SQLite3 в консоли. Я вижу пример на другом ЯП. Я хочу состыковать и понять как это сделано на Паскале.
Я просто не хочу изобретать очередной велосипед: брать код из C/C++ и перекидывать его на Паскаль. Но с подобными ответами, видимо это и придётся делать. :(
Неужели ни кто этого не делал?
-------------------------------
Google translate:
I write about examples! :)
I can use SQLite3 itself in the console. I see an example in another language. I want to connect and understand how this is done in Pascal.
I just don’t want to reinvent another wheel: take code from C/C++ and transfer it to Pascal. But with such answers, apparently this is what will have to be done. :(
Has no one ever done this?
Thaddy:
I don't know if he translated sqlite3 too, but a full translation of sqlite2 has been made by
https://www.yunqa.de/delphi/
I mean, full translation, not headers. pure pascal code.
but it is not free.
Navigation
[0] Message Index
[#] Next page