Academic literature on the topic 'Sqlite'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Sqlite.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Sqlite"

1

Lee, Eunji. "Taming Performance Variability of Healthcare Data Service Frameworks with Proactive and Coarse-Grained Memory Cleaning." International Journal of Environmental Research and Public Health 16, no. 17 (August 26, 2019): 3096. http://dx.doi.org/10.3390/ijerph16173096.

Full text
Abstract:
This article explores the performance optimizations of an embedded database memory management system to ensure high responsiveness of real-time healthcare data frameworks. SQLite is a popular embedded database engine extensively used in medical and healthcare data storage systems. However, SQLite is essentially built around lightweight applications in mobile devices, and it significantly deteriorates when a large transaction is issued such as high resolution medical images or massive health dataset, which is unlikely to occur in embedded systems but is quite common in other systems. Such transactions do not fit in the in-memory buffer of SQLite, and SQLite enforces memory reclamation as they are processed. The problem is that the current SQLite buffer management scheme does not effectively manage these cases, and the naïve reclamation scheme used significantly increases the user-perceived latency. Motivated by this limitation, this paper identifies the causes of high latency during processing of a large transaction, and overcomes the limitation via proactive and coarse-grained memory cleaning in SQLite.The proposed memory reclamation scheme was implemented in SQLite 3.29, and measurement studies with a prototype implementation demonstrated that the SQLite operation latency decreases by 13% on an average and up to 17.3% with our memory reclamation scheme as compared to that of the original version.
APA, Harvard, Vancouver, ISO, and other styles
2

Li, Jian Wei, Hong Guo, and Yu Bin Xu. "Research on Optimization of SQLite Indexing Mechanism Based on Red-Black Tree." Applied Mechanics and Materials 220-223 (November 2012): 2711–15. http://dx.doi.org/10.4028/www.scientific.net/amm.220-223.2711.

Full text
Abstract:
SQLite has been widely applied in embedded system because of its open source and less resource consumption. A novel optimization method with Red-black tree replacing B tree in indexing mechanism in order to solve the low efficiency and large energy consumption problem when inserting and deleting data in SQLite database was proposed in the paper. The contrast test of efficiency of between red-black tree and B tree while inserting and deleting data shows that this method can effectively improve the SQLite insertion and deletion operation efficiency and reduce the energy consumption.
APA, Harvard, Vancouver, ISO, and other styles
3

Wang, Yongzhi, Yulong Shen, Cuicui Su, Jiawen Ma, Lingtong Liu, and Xuewen Dong. "CryptSQLite: SQLite With High Data Security." IEEE Transactions on Computers 69, no. 5 (May 1, 2020): 666–78. http://dx.doi.org/10.1109/tc.2019.2963303.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Winslett, Marianne, and Vanessa Braganholo. "Richard Hipp Speaks Out on SQLite." ACM SIGMOD Record 48, no. 2 (December 19, 2019): 39–46. http://dx.doi.org/10.1145/3377330.3377338.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Liu, Jun Lin, and Qi Yuan Sun. "Information Processing Based on SQLite for Target Tracking System." Applied Mechanics and Materials 278-280 (January 2013): 2065–68. http://dx.doi.org/10.4028/www.scientific.net/amm.278-280.2065.

Full text
Abstract:
As for the digital visual surveillance system, the traditional database and hardware platform can not be good at processing vast quantities of information. Combined with ActiveX Data Objects (ADO) technology, the information processing system was built by using SQLite database with embedded dual-core platform. The embedded database SQLite is implanted in the existing embedded hardware platform DM6446. And processing modules and operating interface were designed based on SQLite and the embedded hardware platform. The designed system can play a role as the core of data processing. The experiments show that the system can meet the requirements of the visual information processing such as data mining, online system analysis, data post-processing and so on.
APA, Harvard, Vancouver, ISO, and other styles
6

Datsko, Oleh, and Elżbieta Miłosz. "Performance comparison between Xamarin and Java database operations." Journal of Computer Sciences Institute 7 (September 30, 2018): 168–71. http://dx.doi.org/10.35784/jcsi.672.

Full text
Abstract:
Work with database is one of base things in developing an application. Every technology/language uses own ways to work with database. In the case of Android the SQLite relational database management system is used. Analysis applies the read, write and delete of items from the table. SQLite is like a minimized version of desktop database management system so for every experiment very limited elements count is used.
APA, Harvard, Vancouver, ISO, and other styles
7

Winasis, Persis Haryo, Raga Maulana, and Yodi Susanto. "Designing Application For Defect Recording and Handover Of Property Based On Mobile Application by Applying SQLite Technology." CCIT Journal 13, no. 2 (August 27, 2020): 185–95. http://dx.doi.org/10.33050/ccit.v13i2.990.

Full text
Abstract:
Property development companies that produce housing products, high rise dwellings, and office buildings generally have data on the quality of buildings, one of which is obtained during the defect inspection process between developers and consumers before handing over units. Recording data is generally still done manually using a form on a paper. For these conditions, researchers tried to build an application based on mobile apps to digitally record the defect checklist of the dwelling so that the data collected can be processed for the needs of analysis and development strategies. Difficulties encountered during the unit handover process using digital methods on the newly completed property, one of which is the quality of data and internet signals. Mobile apps certainly require a data signal connection to send data to the server. This Android-based mobile apps will implement SQLite technology which allows the recording of transactions to be done locally first, which can then be synchronized into the database server after getting the required internet data connection. SQLite was chosen because it has a relatively small library code unlike relational DBMS in general. SQLite is also easy to use without complex configurations. With the support of the ease of function of SQLite it also allows applications to be integrated with the property sales application system.
APA, Harvard, Vancouver, ISO, and other styles
8

Petráš, Václav. "Implementation of SQLite database support in program gama-local." Geoinformatics FCE CTU 7 (December 29, 2011): 73–84. http://dx.doi.org/10.14311/gi.7.6.

Full text
Abstract:
The program gama-local is a part of GNU Gama project and allows adjustment of local geodetic networks. Before realization of this project the program gama-local supported only XML as an input. I designed and implemented support for the SQLite database and thanks to this extension gama-local can read input data from the SQLite database. This article is focused on the specifics of the use of callback functions in C++ using the native SQLite C/C++ Application Programming Interface. The article provides solution to safe calling of callback functions written in C++. Callback functions are called from C library and C library itself is used by C++ program. Provided solution combines several programing techniques which are described in detail, so this article can serve as a cookbook even for beginner programmers. This project was accomplished within my bachelor thesis.
APA, Harvard, Vancouver, ISO, and other styles
9

HARIANI, HARIANI. "EKSPLORASI WEB BROWSER DALAM PENCARIAN BUKTI DIGITAL MENGGUNAKAN SQLITE." Jurnal INSTEK (Informatika Sains dan Teknologi) 6, no. 1 (January 6, 2021): 66. http://dx.doi.org/10.24252/instek.v6i1.18638.

Full text
Abstract:
Penggunaan Internet yang meningkat membuat semakin maraknya pengguna web browser. Hal ini bisa memberikan dampak pada meningkatnya kejahatan dunia maya menggunakan media tersebut misalnya menyebarkan hoax, penipuan Email dan lain-lain. Penelitian ini bertujuan untuk mengetahui pentingnya melihat aktivitas pada web browser baik terhadap korban maupun pelaku. Hal ini bisa menentukan pola kejahatan pada suatu kasus dan membantu penyidik dalam menganalisis bukti digital yang tersimpan pada WEB Browser sehingga kasus bisa di selesaikan dengan baik dan tepat. Penelitian ini menunjukkan lokasi history pencarian pada cookie, cache, history download dan melihat password yang tersimpan di web browser safari, maxthon dan comodo dragon menggunakan SQLite. Hasil analisis menunjukkan bahwa banyak Informasi yang di peroleh dari bukti digital web browser menggunakan SQLite sehingga metode ini dapat di terapkan untuk mendapatkan bukti digital jika di perlukan sebagai pembuktian sebuah kasus.Kata kunci – Web Browser, SQLite, Bukti Digital
APA, Harvard, Vancouver, ISO, and other styles
10

Sebastian, Anu, Richa Kuriakose, and Surekha Mariam Varghese. "NEO4J, SQLITE and MYSQL for Hospital Localization." Advanced Computing: An International Journal 7, no. 3 (May 30, 2016): 29–36. http://dx.doi.org/10.5121/acij.2016.7303.

Full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Dissertations / Theses on the topic "Sqlite"

1

Пуха, Є. В. "Моделювання баз даних SQLite мовою Python." Master's thesis, Сумський державний університет, 2019. http://essuir.sumdu.edu.ua/handle/123456789/73818.

Full text
Abstract:
Розробка програмного додатку, який допоможе студенту або працівнику в сфері IT більш детально розібратися з можливостями роботи баз даних, навчитися застосовувати методологію, методику та інструментарій моделювання в теоретичних та практичних дослідженнях.
APA, Harvard, Vancouver, ISO, and other styles
2

Johansson, Marcus. "SQLite Carving och Analys : En jämförelse av metoder." Thesis, Högskolan i Halmstad, Akademin för informationsteknologi, 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:hh:diva-32716.

Full text
Abstract:
SQLite filer används av ett flertal olika program för att spara viktig information.Information som kan vara viktig för forensiska utredningar, behovet att kunnaåterskapa SQLite filer är då ett växande bekymmer. Problemet med att återskapa SQLitefiler är att, till skillnad från andra filer så har SQLite filer inget definerat slut eller någonmarkör som visar var filen slutar. Detta arbete presenterar en ny metod att bestämmaslutet på SQLite filer och jämför denna metod mot den metod som används idag tillmesta del för att återskapa SQLite filer. För att jämföra dessa metoder utvecklades tvåprogram stpextr och blkextr. Blkextr är den metod som utvecklades under detta arbete.Stpextr visade sig vara snabbare och använda mindre arbetsminne än blkextr. Men ivissa sammanhang så kommer information gå förlorad när stpextr körs till skillnad från blkextr.
APA, Harvard, Vancouver, ISO, and other styles
3

Long, Shitian. "Database syncrhonization between devices : A new synchronization protocol for SQLite databases." Thesis, KTH, Skolan för informations- och kommunikationsteknik (ICT), 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-46712.

Full text
Abstract:
Today people have multiple personal computers, personal digital assistants and smart phones. Today's advanced handheld devices have powerful processors, with a process frequency of up to 1 GHz, huge storage capacities, flash storage capacities up to 32 GB, a large (multi) touch screen, and a user-friendly user interface. Additionally, the device may have various input and output devices, thus leading to people utilizing different devices for different use cases. In order to provide the latest information to the users via any of their devices, data synchronization becomes a requirement for users. There are many data synchronization solutions for synchronizing database records and files. In the current database synchronization solutions, there is no clear source and target. For example, consider the case where a PDA synchronizes with a PC; the record could have been edited (changed) on both the PDA and PC. In this case it is not clear which should be synchronized with what should be the source for the value. In contrast, a files synchronization system has a clearly specified synchronizatiom sourse and destination structure. In this case the client Synchronizes their files with that of the server. In a version control system the client synchronize files with a repository acting as a version control server. There are many synchronizing protocols and each has been designed for different purpose. Protocols for synchronizing database records often provide continuous synchronization, leading to a lot of data being exchanging during the synchronization process, as a result the synchronization process takes a longer period of time, but maintains the semantics of the database updates (either a complete transaction completes or it must be rolled back). On the other hand, protocols for synchronizing files may require a short synchronization time, as the whole file transferred and replaces the previous version of the file at the destination. Note file synchronization may also transfer only the differences between the files, with a local transformation of an existing file copy of the by applying these differences as updates to the files. Sending only the updates to a file enables large files with a small number of changes to be quickly updated. However, file based updated does not efficiently support record level updates of a database. In this thesis we designed a new synchronization protocol for synchronizing two SQLite databases. This synchronization protocol borrows from (and hence offers the advantages of) a version control system in order to rapidly perform SQLite database synchronization. Moreover, this solution brings SQLite database additional functions, for example supporting multiple-user, transaction logs, and data roll-back.
APA, Harvard, Vancouver, ISO, and other styles
4

Kibildis, Martynas. "Universalus duomenų bazių valdymo sistemų valdymo įrankis." Bachelor's thesis, Lithuanian Academic Libraries Network (LABT), 2014. http://vddb.library.lt/obj/LT-eLABa-0001:E.02~2014~D_20140716_111850-13322.

Full text
Abstract:
"Universalus duomenų bazių valdymo sistemų valdymo įrankis" yra atviro kodo programinės įrangos projektas, skirtas DBVS administravimui. Su šiuo įrankiu galima vienu metu administruoti kelias skirtingas DBVS. Kol kas yra palaikomos MySQL ir SQLite3 DBVS, tačiau sistema buvo sukurta taip, kad galima nesunkiai ją pritaikyti ir kitoms DBVS. Darbe taip pat trumpai apžvelgiama DBVS vystymosi istorija bei pateikiamas panašių įrankių palyginimas.
„Universal Tool for Management of Database Management Systems“ is open-source software project designed for new and experienced users to control their favorite DBMS. With this software it is possible to work with several databases at one time. Currently MySQL and SQLite3 DBMS are supported, but system is universal in that way, that it is easy to add new DBMS support, if needed. In this work, you will also find brief history of DBMS and comparison of similar software. The system has only one user group – database administrator. Database administrator can create databases, tables, do the search in table records and do many other things, which are permitted in DBMS.
APA, Harvard, Vancouver, ISO, and other styles
5

Henzely, Július. "Multiplatformní přehrávač zvukových signálů." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2014. http://www.nusl.cz/ntk/nusl-220586.

Full text
Abstract:
This master's thesis focuses on problematic of creating applications based on multiplatform framework. This thesis also includes fundamental theoretical knowledge about relational database system SQLite, which has been used in a practical part of the thesis. Programing of multiplatform audio player which could be used in speech-language pathology clinic is essential portion of the practical part. Player was enhanced with the database of patients and ability to generate XML files.
APA, Harvard, Vancouver, ISO, and other styles
6

Delight, Björn. "Optimizing the executiontime o fSQLite on an ABB robot controller." Thesis, Mälardalens högskola, Akademin för innovation, design och teknik, 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:mdh:diva-22372.

Full text
Abstract:
The purpose of this thesis is to generate a set of general guidelines to improve performance of the SQLite database management system for use as a component in the main computer of ABB industrial robots. This was accomplished by measuring the factors that affect query execution time and comparing SQLite features to systems it could potentially replace: chiefly ABB’s configuration storage system and real-time logging system. Results show that SQlite is slower than ABBs current configuration system and real-time logger. A series of tests were carried out that give a rough description of SQLites performance. Read and update become significantly faster when used with an index, write becomes a bit slower. In an indexed database the number of rows is not important; in a database without an index they cause significant slowing. Surprisingly, increasing the number of threads concurrently accessing a database had only a mild effect on timing.
APA, Harvard, Vancouver, ISO, and other styles
7

Шевченко, А. В. "Розробка Telegram бота з корисними функціями для студентів." Thesis, Чернігів, 2021. http://ir.stu.cn.ua/123456789/23084.

Full text
Abstract:
Шевченко, А. В. Розробка Telegram бота з корисними функціями для студентів : випускна кваліфікаційна робота : 123 "Кoмп’ютepнa iнжeнepiя" / А. В. Шевченко ; керівник роботи В. А. Бичко ; НУ "Чернігівська політехніка", кафедра iнфopмaцiйниx тa кoмп’ютepниx cиcтeм. – Чернігів, 2021. – 50 с.
Об’єктом розробки був telegram чат-бот з корисними функція для студентів. Метою дипломного проекту є створення чат-бота, для зручності та економії часу студентів. Завдяки ньому можна буде додати розклад занять та дзвінків та більше не витрачати час на те, щоб відрити браузер потім зайти на сайт університету, знайти розклад, знайти свою групу. Можна однією кнопкою переглянути розклад парного чи непарного тижня та при необхідності розклад дзвінків . Результатом роботи є реалізація таких функцій чат-бота: - Занесення розкладу занять; - Завантаження фота з розкладом дзвінків; - Перегляд розкладу парного, непарного тижня; - Перегляд розкладу дзвінків;
The purpose of the diploma project is to create a chatbot, for the convenience and time savings of students. Thanks to it, you can add a schedule of classes and calls and no longer spend time to open the browser and then go to the university website, find a schedule, find your group. You can view the even or odd week schedule and, if necessary, the call schedule with one button. The result is the implementation of the following functions of the chatbot: - Entering a class schedule; - Upload a photo with a call schedule; - View the schedule of even, odd week; - View call schedule;
APA, Harvard, Vancouver, ISO, and other styles
8

Салуян, М. В. "Android-застосування для читання RSS." Thesis, Чернігів, 2021. http://ir.stu.cn.ua/123456789/23070.

Full text
Abstract:
Салуян, М. В. Android-застосування для читання RSS : випускна кваліфікаційна робота : 123 "Кoмп’ютepнa iнжeнepiя" / М. В. Салуян ; керівник роботи О. А. Пріла ; НУ "Чернігівська політехніка", кафедра iнфopмaцiйниx тa кoмп’ютepниx cиcтeм. – Чернігів, 2021. – 54 с.
Метою кваліфікаційної роботи є розробка мобільного додатку для вивчення мови програмування Kotlin і вдосконалення навичків розробки Androidзастосувань. Об’єктом дослідження є технологія RSS, як найкращий спосіб автоматичного отримання оновлень з веб-сайтів. Предметом дослідження є Android-застосування для читання RSS. Для створення застосування використовувалися: інтегроване середовище розробки Android Studio, мова програмування Kotlin та реляційна система керування базами даних SQLite. Результатом роботи є RSS-агрегатор для Android-пристроїв, що виконує функції отримання оновлень з веб-сайтів та їх перегляду. Подальша реалізація застосування можлива шляхом додавання додаткових функцій керування отриманими оновленнями з веб-сайтів та збільшення можливостей налаштування інтерфейсу користувача.
The purpose of the qualification work is to learn the programming language Kotlin and improve skills in developing Android applications. The object of research is RSS technology as the best way to automatically receive updates from websites. The subject of the study is an RSS reader Android application. The following resources were used to create the application: Android Studio integrated development environment, Kotlin programming language and SQLite relational database management system. The result of the qualification work is an RSS aggregator for Android devices, which performs the functions of receiving updates from websites and viewing them. Further implementation of the application is possible by adding additional functions to manage updates received from websites and by increasing the ability to customize the user interface.
APA, Harvard, Vancouver, ISO, and other styles
9

Бирченко, А. В. "Telegram бот для пошуку найближчих заходів у містах України." Master's thesis, Сумський державний університет, 2021. https://essuir.sumdu.edu.ua/handle/123456789/86794.

Full text
Abstract:
Кваліфікаційну роботу магістра присвячено розробці Telegram бота для пошуку найближчих заходів у містах України. В роботі проведено аналіз предметної області з аналізом продуктів аналогів, визначення мети проекту, засобів реалізації, планування роботи. Представлена поетапна розробка чат-бота та демонстрація його роботи. Результатом проведеної роботи є Telegram бот для пошуку найближчих заходів у містах України.
APA, Harvard, Vancouver, ISO, and other styles
10

Olsson, Johannes. "Utveckling av ett inkassohanteringssystem." Thesis, Karlstad University, Division for Information Technology, 2006. http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-56.

Full text
Abstract:

Denna uppsats beskriver arbetet med att utveckla ett inkassohanteringsprogram. Arbetet är utfört åt inkassobyrån Exactor International Debt Collection från Mariestad. Bakgrunden till projektet är att Exactor behöver en programvara för att hålla ordning på de inkassoärenden som de har. En programvara som passar deras sätt att arbeta.

I programmet finns det möjlighet för användaren att registrera ärenden som var och en innehåller en klient, en eller flera betalningsskyldiga (gäldenärer) och en eller flera fakturor. Vidare finns det möjlighet att söka och redigera de olika delarna i ett ärende.

Uppsatsen beskriver hur programmet är konstruerat och hur det fungerar. Den beskriver också grundligt hur det kommer sig att ett ärende kommer till inkassoförfarandet. Detta för att lättare få förståelse kring resterande del av uppsatsen. Vidare beskrivs databasens design samt hur information lagras i den.


This paper describes the work of developing a debt collection management program. The work was carried out as an assignment from Exactor, an international debt collection company in Mariestad. The motivation was that Exactor needed a program to manage the debt collection errands they have. The program would have to fit their way of working.

In the program, it is possible for the user to register errands that each contains a client, one or more that is liable for payment (debtors), and one or more invoices. The program also implements a feature for searching and editing the different parts of an errand.

The paper describes how the program is designed and how it works. The paper also describes the basic process from the beginning of a debt to the debt collection procedures. This description is for understanding the rest of the paper. Furthermore, the database design and how information is stored in the database is described.

APA, Harvard, Vancouver, ISO, and other styles
More sources

Books on the topic "Sqlite"

1

Newman, Chris. SQLite. Upper Saddle River: Pearson Education, 2004.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
2

SQLite. Indianapolis, Ind: Sams, 2005.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
3

Allen, Grant. The Definitive Guide to SQLite. Berkeley, CA: Apress, 2010.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
4

Allen, Grant, and Mike Owens. The Definitive Guide to SQLite. Berkeley, CA: Apress, 2010. http://dx.doi.org/10.1007/978-1-4302-3226-1.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Taylor, Allen. Creating a Database with SQLite. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-3899-8.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Feiler, Jesse. Introducing SQLite for Mobile Developers. Berkeley, CA: Apress, 2015. http://dx.doi.org/10.1007/978-1-4842-1766-5.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Languedoc, Kevin. Build iOS Database Apps with Swift and SQLite. Berkeley, CA: Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-2232-4.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Litovski, Ivan. Inside the Symbian SQL: A mobile developer's guide to SQLite. Hoboken, NJ: John Wiley & Sons, 2010.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
9

Litovski, Ivan. Inside the Symbian SQL: A mobile developer's guide to SQLite. Hoboken, NJ: John Wiley & Sons, 2010.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
10

Litovski, Ivan. Inside the Symbian SQL: A mobile developer's guide to SQLite. Hoboken, NJ: John Wiley & Sons, 2010.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Book chapters on the topic "Sqlite"

1

Pawlaszczyk, Dirk. "SQLite." In Mobile Forensics – The File Format Handbook, 129–55. Cham: Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-030-98467-0_5.

Full text
Abstract:
AbstractSQLite is, without doubt, the most widely used database systemworldwide at the moment. The single file database system is used, among other things, in operating systems for cell phones, such as Android, iOS or Symbian OS. On a typical smartphone, we usually find several hundred SQLite databases used by a wide variety of apps. Due to its widespread use, the database format is of particular importance in mobile forensics. It is not uncommon for the suspect to try to cover his tracks by deleting database content. Recovering deleted records from a database presents a special challenge. In this chapter, the on-disk database format of the SQLite database system is highlighted. Therefore,we take a closer look at the database header as well as record structure on a binary level. We first examine the structure of the data. Recovery options for erased records are discussed as well. Special attention is paid to the slack areas within the database: unallocated space, Freelist as well as free blocks. In this context, we discuss basic techniques for carving and acquisition of deleted data artefacts. Despite the main database format and recovery options, temporary file types like write-ahead logs and rollback journals are analyzed as well.
APA, Harvard, Vancouver, ISO, and other styles
2

Allen, Grant, and Mike Owens. "Introducing SQLite." In The Definitive Guide to SQLite, 1–16. Berkeley, CA: Apress, 2010. http://dx.doi.org/10.1007/978-1-4302-3226-1_1.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Languedoc, Kevin. "Analyzing SQLite Databases." In Build iOS Database Apps with Swift and SQLite, 187–96. Berkeley, CA: Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-2232-4_12.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Languedoc, Kevin. "Creating SQLite Databases." In Build iOS Database Apps with Swift and SQLite, 11–24. Berkeley, CA: Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-2232-4_2.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Allen, Grant, and Mike Owens. "SQL for SQLite." In The Definitive Guide to SQLite, 47–86. Berkeley, CA: Apress, 2010. http://dx.doi.org/10.1007/978-1-4302-3226-1_3.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Easttom, Chuck. "SQLite Database Forensics." In An In-Depth Guide to Mobile Device Forensics, 151–63. Boca Raton: CRC Press, 2021. http://dx.doi.org/10.1201/9781003118718-8.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Languedoc, Kevin. "Backing Up SQLite Databases." In Build iOS Database Apps with Swift and SQLite, 175–85. Berkeley, CA: Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-2232-4_11.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Sinha, Sanjib. "SQLite Is a Breeze!" In Beginning Laravel, 63–64. Berkeley, CA: Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-2538-7_11.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Allen, Grant, and Mike Owens. "Android Development with SQLite." In The Definitive Guide to SQLite, 279–301. Berkeley, CA: Apress, 2010. http://dx.doi.org/10.1007/978-1-4302-3226-1_10.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Allen, Grant, and Mike Owens. "Advanced SQL for SQLite." In The Definitive Guide to SQLite, 87–124. Berkeley, CA: Apress, 2010. http://dx.doi.org/10.1007/978-1-4302-3226-1_4.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Sqlite"

1

Mutti, Simone, Enrico Bacis, and Stefano Paraboschi. "SeSQLite: Security Enhanced SQLite." In the 31st Annual Computer Security Applications Conference. New York, New York, USA: ACM Press, 2015. http://dx.doi.org/10.1145/2818000.2818041.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Choi, Soyee. "SSD as SQLite Engine." In SIGMOD/PODS '18: International Conference on Management of Data. New York, NY, USA: ACM, 2018. http://dx.doi.org/10.1145/3183713.3183720.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Patil, Prithviraj, Santosh Bhutkar, Nachiket Ashtaputre, and Ashish Kumar. "Amanda Back-up of SQLite." In 2012 International Conference on Communication, Information & Computing Technology (ICCICT). IEEE, 2012. http://dx.doi.org/10.1109/iccict.2012.6398203.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Shi, Yuanjing, Zhaoyan Shen, and Zili Shao. "SQLiteKV: An efficient LSM-tree-based SQLite-like database engine for mobile devices." In 2018 23rd Asia and South Pacific Design Automation Conference (ASP-DAC). IEEE, 2018. http://dx.doi.org/10.1109/aspdac.2018.8297278.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Chen, Dai, Xudong Han, and Wei Wang. "Use of SQLite on Embedded System." In 2010 International Conference on Intelligent Computing and Cognitive Informatics (ICICCI). IEEE, 2010. http://dx.doi.org/10.1109/icicci.2010.79.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Junyan, Lv, Xu Shiguo, and Li Yijie. "Application Research of Embedded Database SQLite." In 2009 International Forum on Information Technology and Applications (IFITA). IEEE, 2009. http://dx.doi.org/10.1109/ifita.2009.408.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Obradovic, Nikola, Aleksandar Kelec, and Igor Dujlovic. "Performance analysis on Android SQLite database." In 2019 18th International Symposium INFOTEH-JAHORINA (INFOTEH). IEEE, 2019. http://dx.doi.org/10.1109/infoteh.2019.8717652.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Kodali, Ravi Kishore, and Venkata Sundeep Kumar Gorantla. "Weather tracking system using MQTT and SQLite." In 2017 3rd International Conference on Applied and Theoretical Computing and Communication Technology (iCATccT). IEEE, 2017. http://dx.doi.org/10.1109/icatcct.2017.8389134.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Ramisch, Felix, and Martin Rieger. "Recovery of SQLite Data Using Expired Indexes." In 2015 Ninth International Conference on IT Security Incident Management & IT Forensics (IMF). IEEE, 2015. http://dx.doi.org/10.1109/imf.2015.11.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Liu, Haiyan, and Yaowan Gong. "Analysis and Design on Security of SQLite." In The International Conference on Computer, Networks and Communication Engineering (ICCNCE 2013). Paris, France: Atlantis Press, 2013. http://dx.doi.org/10.2991/iccnce.2013.145.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Reports on the topic "Sqlite"

1

Weller, Joel, Harris Lewin, Micha Ron, George Wiggans, and Paul VanRaden. A Systematic Genome Search for Genes Affecting Economic Traits Dairy Cattle with the Aid of Genetic Markers. United States Department of Agriculture, April 1999. http://dx.doi.org/10.32747/1999.7695836.bard.

Full text
Abstract:
The objectives were to continue collection of semen for the US dairy bull DNA repository, to conduct a systematic search of the Holstein genome for economically significant economic trait loci (ETL), to develop and refine statistical techniques for the analysis of the data generated, and to confirm significant effects by genotyping daughters i Israel and additional US sons. One-thousand-seventy-six sons of eight US grandsires were genotyped for 174 microsatellites located on all 29 autosomes. ETL were detected for milk production traits on seven chromosomes. ETL for milk and fat yield and fat and protein percentage on BTA3 was mapped to between the markers BL41 and TGLA263. The 95% confidence interval for the ETL affecting fat percentage on BTA14 localized this ETL between the contromere and chromosome position 11 cM. This ETL was verified in the Israeli cattle population by genotyping an independent sample of cows from seven families. The radiation hybrid data for the centromeric region of BTA14 is defined by a single linkage group. Order of Type I genes within this region, CYC-FADK-TG-SQLE, is conserved between human and cattle. Thus, HSA8, the human homologue of BTA14, can be used to identify candidate genes for the ETL.
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography